Color Hex Logo

#cecc76 Color Hex

#CECC76
(206,204,118)
0 Favorites   0 Comments

Color spaces of #cecc76

RGB 206204118
HSL0.160.470.64
HSV59°43°81°
CMYK 0.000.010.43   0.19
XYZ50.316557.615525.6085
Yxy57.61550.37680.4314
Hunter Lab75.9049-14.507933.1304
CIE-Lab80.5245-11.576942.9678

#cecc76 color RGB value is (206,204,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 01110110
Octal 316 314 166
Decimal 206 204 118
Hex CE CC 76

RGB Percentages of Color #cecc76

%39.02
%38.64
%22.35

CMYK Percentages of Color #cecc76

%0
%1
%43
%19

Triadic Colors of #cecc76

#cecc76 #76cecc #cc76ce

Analogous Colors of #cecc76

#cecc76 #a4ce76 #cea076

Monochromatic Colors of #cecc76

#cecc76

Complementary Color

#cecc76 #7678ce

#cecc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc76 Color CSS Codes

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

#cecc76 Text Font Color

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

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


#cecc76 Background Color

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

This div background color is #cecc76


#cecc76 Border Color

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

This div border color is #cecc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc76


Comments

No comments written yet.

Please login to write comment.