Color Hex Logo

#cecc72 Color Hex

#CECC72
(206,204,114)
0 Favorites   0 Comments

Color spaces of #cecc72

RGB 206204114
HSL0.160.480.63
HSV59°45°81°
CMYK 0.000.010.45   0.19
XYZ50.083757.522424.3828
Yxy57.52240.37950.4358
Hunter Lab75.8435-14.852734.0294
CIE-Lab80.4725-11.977544.8800

#cecc72 color RGB value is (206,204,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 01110010
Octal 316 314 162
Decimal 206 204 114
Hex CE CC 72

RGB Percentages of Color #cecc72

%39.31
%38.93
%21.76

CMYK Percentages of Color #cecc72

%0
%1
%45
%19

Triadic Colors of #cecc72

#cecc72 #72cecc #cc72ce

Analogous Colors of #cecc72

#cecc72 #a2ce72 #ce9e72

Monochromatic Colors of #cecc72

#cecc72

Complementary Color

#cecc72 #7274ce

#cecc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc72 Color CSS Codes

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

#cecc72 Text Font Color

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

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


#cecc72 Background Color

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

This div background color is #cecc72


#cecc72 Border Color

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

This div border color is #cecc72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,204,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 #cecc72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc72


Comments

No comments written yet.

Please login to write comment.