Color Hex Logo

#ced397 Color Hex

#CED397
(206,211,151)
0 Favorites   0 Comments

Color spaces of #ced397

RGB 206211151
HSL0.180.410.71
HSV65°28°83°
CMYK 0.020.000.28   0.17
XYZ54.333861.944738.3710
Yxy61.94470.35130.4005
Hunter Lab78.7050-14.506626.1878
CIE-Lab82.8840-11.256829.2215

#ced397 color RGB value is (206,211,151).

#ced397 hex color red value is 206, green value is 211 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ced397 hue: 0.18 , saturation: 0.41 and the lightness value of ced397 is 0.71.

The process color (four color CMYK) of #ced397 color hex is 0.02, 0.00, 0.28, 0.17. Web safe color of #ced397 is #cccc99. Color #ced397 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 10010111
Octal 316 323 227
Decimal 206 211 151
Hex CE D3 97

RGB Percentages of Color #ced397

%36.27
%37.15
%26.58

CMYK Percentages of Color #ced397

%2
%0
%28
%17

Triadic Colors of #ced397

#ced397 #97ced3 #d397ce

Analogous Colors of #ced397

#ced397 #b0d397 #d3ba97

Monochromatic Colors of #ced397

#ced397

Complementary Color

#ced397 #9c97d3

#ced397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced397 Color CSS Codes

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

#ced397 Text Font Color

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

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


#ced397 Background Color

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

This div background color is #ced397


#ced397 Border Color

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

This div border color is #ced397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced397


Comments

No comments written yet.

Please login to write comment.