Color Hex Logo

#cec96d Color Hex

#CEC96D
(206,201,109)
0 Favorites   0 Comments

Color spaces of #cec96d

RGB 206201109
HSL0.160.500.62
HSV57°47°81°
CMYK 0.000.020.47   0.19
XYZ49.100655.999222.6891
Yxy55.99920.38420.4382
Hunter Lab74.8326-13.836334.4062
CIE-Lab79.6134-10.934146.2786

#cec96d color RGB value is (206,201,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01101101
Octal 316 311 155
Decimal 206 201 109
Hex CE C9 6D

RGB Percentages of Color #cec96d

%39.92
%38.95
%21.12

CMYK Percentages of Color #cec96d

%0
%2
%47
%19

Triadic Colors of #cec96d

#cec96d #6dcec9 #c96dce

Analogous Colors of #cec96d

#cec96d #a3ce6d #ce996d

Monochromatic Colors of #cec96d

#cec96d

Complementary Color

#cec96d #6d72ce

#cec96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec96d Color CSS Codes

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

#cec96d Text Font Color

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

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


#cec96d Background Color

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

This div background color is #cec96d


#cec96d Border Color

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

This div border color is #cec96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec96d


Comments

No comments written yet.

Please login to write comment.