Color Hex Logo

#cecb5a Color Hex

#CECB5A
(206,203,90)
0 Favorites   0 Comments

Color spaces of #cecb5a

RGB 20620390
HSL0.160.540.58
HSV58°56°81°
CMYK 0.000.010.56   0.19
XYZ48.655056.571918.0279
Yxy56.57190.39480.4590
Hunter Lab75.2143-16.156038.4390
CIE-Lab79.9382-13.551655.5881

#cecb5a color RGB value is (206,203,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01011010
Octal 316 313 132
Decimal 206 203 90
Hex CE CB 5A

RGB Percentages of Color #cecb5a

%41.28
%40.68
%18.04

CMYK Percentages of Color #cecb5a

%0
%1
%56
%19

Triadic Colors of #cecb5a

#cecb5a #5acecb #cb5ace

Analogous Colors of #cecb5a

#cecb5a #97ce5a #ce915a

Monochromatic Colors of #cecb5a

#cecb5a

Complementary Color

#cecb5a #5a5dce

#cecb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb5a Color CSS Codes

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

#cecb5a Text Font Color

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

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


#cecb5a Background Color

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

This div background color is #cecb5a


#cecb5a Border Color

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

This div border color is #cecb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb5a


Comments

No comments written yet.

Please login to write comment.