Color Hex Logo

#cecb72 Color Hex

#CECB72
(206,203,114)
0 Favorites   0 Comments

Color spaces of #cecb72

RGB 206203114
HSL0.160.480.63
HSV58°45°81°
CMYK 0.000.010.45   0.19
XYZ49.846857.048624.3039
Yxy57.04860.37990.4348
Hunter Lab75.5305-14.376333.7933
CIE-Lab80.2069-11.470444.5532

#cecb72 color RGB value is (206,203,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01110010
Octal 316 313 162
Decimal 206 203 114
Hex CE CB 72

RGB Percentages of Color #cecb72

%39.39
%38.81
%21.80

CMYK Percentages of Color #cecb72

%0
%1
%45
%19

Triadic Colors of #cecb72

#cecb72 #72cecb #cb72ce

Analogous Colors of #cecb72

#cecb72 #a3ce72 #ce9d72

Monochromatic Colors of #cecb72

#cecb72

Complementary Color

#cecb72 #7275ce

#cecb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb72 Color CSS Codes

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

#cecb72 Text Font Color

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

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


#cecb72 Background Color

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

This div background color is #cecb72


#cecb72 Border Color

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

This div border color is #cecb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb72


Comments

No comments written yet.

Please login to write comment.