Color Hex Logo

#ceb756 Color Hex

#CEB756
(206,183,86)
0 Favorites   0 Comments

Color spaces of #ceb756

RGB 20618386
HSL0.130.550.57
HSV49°58°81°
CMYK 0.000.110.58   0.19
XYZ44.066847.660715.6810
Yxy47.66070.41030.4437
Hunter Lab69.0367-6.876034.8586
CIE-Lab74.6104-3.576951.3911

#ceb756 color RGB value is (206,183,86).

#ceb756 hex color red value is 206, green value is 183 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ceb756 hue: 0.13 , saturation: 0.55 and the lightness value of ceb756 is 0.57.

The process color (four color CMYK) of #ceb756 color hex is 0.00, 0.11, 0.58, 0.19. Web safe color of #ceb756 is #cccc66. Color #ceb756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 01010110
Octal 316 267 126
Decimal 206 183 86
Hex CE B7 56

RGB Percentages of Color #ceb756

%43.37
%38.53
%18.11

CMYK Percentages of Color #ceb756

%0
%11
%58
%19

Triadic Colors of #ceb756

#ceb756 #56ceb7 #b756ce

Analogous Colors of #ceb756

#ceb756 #a9ce56 #ce7b56

Monochromatic Colors of #ceb756

#ceb756

Complementary Color

#ceb756 #566dce

#ceb756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb756 Color CSS Codes

.mybgcolor {background-color:#ceb756; } 
.myforecolor {color:#ceb756; }
.mybordercolor {border:3px solid #ceb756; }

#ceb756 Text Font Color

<p style="color:#ceb756">Text here</p>

This sample text font color is #ceb756
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceb756 Background Color

<div style="background-color:#ceb756">
Div content here</div>

This div background color is #ceb756


#ceb756 Border Color

<div style="border:3px solid #ceb756">
Div here</div>

This div border color is #ceb756


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,183,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceb756; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceb756;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb756;
  box-shadow:         1px 1px 3px 2px #ceb756; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,183,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceb756">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb756;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb756;
  box-shadow:         1px 1px 3px 2px #ceb756;">
Div content here</div>

This div box has shadow with color #ceb756


Comments

No comments written yet.

Please login to write comment.