Color Hex Logo

#cecc78 Color Hex

#CECC78
(206,204,120)
0 Favorites   0 Comments

Color spaces of #cecc78

RGB 206204120
HSL0.160.470.64
HSV59°42°81°
CMYK 0.000.010.42   0.19
XYZ50.436657.663626.2412
Yxy57.66360.37540.4292
Hunter Lab75.9366-14.330332.6669
CIE-Lab80.5514-11.371142.0056

#cecc78 color RGB value is (206,204,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 01111000
Octal 316 314 170
Decimal 206 204 120
Hex CE CC 78

RGB Percentages of Color #cecc78

%38.87
%38.49
%22.64

CMYK Percentages of Color #cecc78

%0
%1
%42
%19

Triadic Colors of #cecc78

#cecc78 #78cecc #cc78ce

Analogous Colors of #cecc78

#cecc78 #a5ce78 #cea178

Monochromatic Colors of #cecc78

#cecc78

Complementary Color

#cecc78 #787ace

#cecc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc78 Color CSS Codes

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

#cecc78 Text Font Color

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

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


#cecc78 Background Color

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

This div background color is #cecc78


#cecc78 Border Color

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

This div border color is #cecc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc78


Comments

No comments written yet.

Please login to write comment.