Color Hex Logo

#cec96e Color Hex

#CEC96E
(206,201,110)
0 Favorites   0 Comments

Color spaces of #cec96e

RGB 206201110
HSL0.160.490.62
HSV57°47°81°
CMYK 0.000.020.47   0.19
XYZ49.154756.020922.9742
Yxy56.02090.38360.4372
Hunter Lab74.8471-13.755334.1940
CIE-Lab79.6257-10.840045.8053

#cec96e color RGB value is (206,201,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01101110
Octal 316 311 156
Decimal 206 201 110
Hex CE C9 6E

RGB Percentages of Color #cec96e

%39.85
%38.88
%21.28

CMYK Percentages of Color #cec96e

%0
%2
%47
%19

Triadic Colors of #cec96e

#cec96e #6ecec9 #c96ece

Analogous Colors of #cec96e

#cec96e #a3ce6e #ce996e

Monochromatic Colors of #cec96e

#cec96e

Complementary Color

#cec96e #6e73ce

#cec96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec96e Color CSS Codes

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

#cec96e Text Font Color

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

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


#cec96e Background Color

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

This div background color is #cec96e


#cec96e Border Color

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

This div border color is #cec96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec96e


Comments

No comments written yet.

Please login to write comment.