Color Hex Logo

#cec97d Color Hex

#CEC97D
(206,201,125)
0 Favorites   0 Comments

Color spaces of #cec97d

RGB 206201125
HSL0.160.450.65
HSV56°39°81°
CMYK 0.000.020.39   0.19
XYZ50.041956.375827.6462
Yxy56.37580.37330.4205
Hunter Lab75.0838-12.429930.7278
CIE-Lab79.8272-9.308438.5742

#cec97d color RGB value is (206,201,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01111101
Octal 316 311 175
Decimal 206 201 125
Hex CE C9 7D

RGB Percentages of Color #cec97d

%38.72
%37.78
%23.50

CMYK Percentages of Color #cec97d

%0
%2
%39
%19

Triadic Colors of #cec97d

#cec97d #7dcec9 #c97dce

Analogous Colors of #cec97d

#cec97d #abce7d #cea17d

Monochromatic Colors of #cec97d

#cec97d

Complementary Color

#cec97d #7d82ce

#cec97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec97d Color CSS Codes

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

#cec97d Text Font Color

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

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


#cec97d Background Color

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

This div background color is #cec97d


#cec97d Border Color

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

This div border color is #cec97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec97d


Comments

No comments written yet.

Please login to write comment.