Color Hex Logo

#cec97e Color Hex

#CEC97E
(206,201,126)
0 Favorites   0 Comments

Color spaces of #cec97e

RGB 206201126
HSL0.160.450.65
HSV56°39°81°
CMYK 0.000.020.39   0.19
XYZ50.106156.401527.9844
Yxy56.40150.37260.4194
Hunter Lab75.1009-12.334430.4778
CIE-Lab79.8418-9.198538.0850

#cec97e color RGB value is (206,201,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01111110
Octal 316 311 176
Decimal 206 201 126
Hex CE C9 7E

RGB Percentages of Color #cec97e

%38.65
%37.71
%23.64

CMYK Percentages of Color #cec97e

%0
%2
%39
%19

Triadic Colors of #cec97e

#cec97e #7ecec9 #c97ece

Analogous Colors of #cec97e

#cec97e #abce7e #cea17e

Monochromatic Colors of #cec97e

#cec97e

Complementary Color

#cec97e #7e83ce

#cec97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec97e Color CSS Codes

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

#cec97e Text Font Color

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

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


#cec97e Background Color

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

This div background color is #cec97e


#cec97e Border Color

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

This div border color is #cec97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec97e


Comments

No comments written yet.

Please login to write comment.