Color Hex Logo

#cecc73 Color Hex

#CECC73
(206,204,115)
0 Favorites   0 Comments

Color spaces of #cecc73

RGB 206204115
HSL0.160.480.63
HSV59°44°81°
CMYK 0.000.010.44   0.19
XYZ50.141057.545324.6843
Yxy57.54530.37880.4347
Hunter Lab75.8586-14.767733.8081
CIE-Lab80.4853-11.878744.4035

#cecc73 color RGB value is (206,204,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 01110011
Octal 316 314 163
Decimal 206 204 115
Hex CE CC 73

RGB Percentages of Color #cecc73

%39.24
%38.86
%21.90

CMYK Percentages of Color #cecc73

%0
%1
%44
%19

Triadic Colors of #cecc73

#cecc73 #73cecc #cc73ce

Analogous Colors of #cecc73

#cecc73 #a3ce73 #ce9f73

Monochromatic Colors of #cecc73

#cecc73

Complementary Color

#cecc73 #7375ce

#cecc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc73 Color CSS Codes

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

#cecc73 Text Font Color

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

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


#cecc73 Background Color

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

This div background color is #cecc73


#cecc73 Border Color

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

This div border color is #cecc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc73


Comments

No comments written yet.

Please login to write comment.