Color Hex Logo

#cec979 Color Hex

#CEC979
(206,201,121)
0 Favorites   0 Comments

Color spaces of #cec979

RGB 206201121
HSL0.160.460.64
HSV56°41°81°
CMYK 0.000.020.41   0.19
XYZ49.791456.275626.3271
Yxy56.27560.37610.4251
Hunter Lab75.0171-12.803331.7042
CIE-Lab79.7704-9.738340.5234

#cec979 color RGB value is (206,201,121).

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

The process color (four color CMYK) of #cec979 color hex is 0.00, 0.02, 0.41, 0.19. Web safe color of #cec979 is #cccc66. Color #cec979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01111001
Octal 316 311 171
Decimal 206 201 121
Hex CE C9 79

RGB Percentages of Color #cec979

%39.02
%38.07
%22.92

CMYK Percentages of Color #cec979

%0
%2
%41
%19

Triadic Colors of #cec979

#cec979 #79cec9 #c979ce

Analogous Colors of #cec979

#cec979 #a9ce79 #ce9f79

Monochromatic Colors of #cec979

#cec979

Complementary Color

#cec979 #797ece

#cec979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec979 Color CSS Codes

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

#cec979 Text Font Color

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

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


#cec979 Background Color

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

This div background color is #cec979


#cec979 Border Color

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

This div border color is #cec979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec979


Comments

No comments written yet.

Please login to write comment.