Color Hex Logo

#cecb5b Color Hex

#CECB5B
(206,203,91)
0 Favorites   0 Comments

Color spaces of #cecb5b

RGB 20620391
HSL0.160.540.58
HSV58°56°81°
CMYK 0.000.010.56   0.19
XYZ48.697956.589018.2537
Yxy56.58900.39420.4581
Hunter Lab75.2257-16.091638.2711
CIE-Lab79.9479-13.475755.1482

#cecb5b color RGB value is (206,203,91).

#cecb5b hex color red value is 206, green value is 203 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cecb5b hue: 0.16 , saturation: 0.54 and the lightness value of cecb5b is 0.58.

The process color (four color CMYK) of #cecb5b color hex is 0.00, 0.01, 0.56, 0.19. Web safe color of #cecb5b is #cccc66. Color #cecb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01011011
Octal 316 313 133
Decimal 206 203 91
Hex CE CB 5B

RGB Percentages of Color #cecb5b

%41.20
%40.60
%18.20

CMYK Percentages of Color #cecb5b

%0
%1
%56
%19

Triadic Colors of #cecb5b

#cecb5b #5bcecb #cb5bce

Analogous Colors of #cecb5b

#cecb5b #98ce5b #ce925b

Monochromatic Colors of #cecb5b

#cecb5b

Complementary Color

#cecb5b #5b5ece

#cecb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb5b Color CSS Codes

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

#cecb5b Text Font Color

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

This sample text font color is #cecb5b
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.


#cecb5b Background Color

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

This div background color is #cecb5b


#cecb5b Border Color

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

This div border color is #cecb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb5b


Comments

No comments written yet.

Please login to write comment.