Color Hex Logo

#ced697 Color Hex

#CED697
(206,214,151)
0 Favorites   0 Comments

Color spaces of #ced697

RGB 206214151
HSL0.190.430.72
HSV68°29°84°
CMYK 0.040.000.29   0.16
XYZ55.086163.449338.6218
Yxy63.44930.35050.4037
Hunter Lab79.6551-15.953327.0110
CIE-Lab83.6782-12.773830.2837

#ced697 color RGB value is (206,214,151).

#ced697 hex color red value is 206, green value is 214 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ced697 hue: 0.19 , saturation: 0.43 and the lightness value of ced697 is 0.72.

The process color (four color CMYK) of #ced697 color hex is 0.04, 0.00, 0.29, 0.16. Web safe color of #ced697 is #cccc99. Color #ced697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 10010111
Octal 316 326 227
Decimal 206 214 151
Hex CE D6 97

RGB Percentages of Color #ced697

%36.08
%37.48
%26.44

CMYK Percentages of Color #ced697

%4
%0
%29
%16

Triadic Colors of #ced697

#ced697 #97ced6 #d697ce

Analogous Colors of #ced697

#ced697 #afd697 #d6bf97

Monochromatic Colors of #ced697

#ced697

Complementary Color

#ced697 #9f97d6

#ced697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced697 Color CSS Codes

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

#ced697 Text Font Color

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

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


#ced697 Background Color

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

This div background color is #ced697


#ced697 Border Color

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

This div border color is #ced697


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,214,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 #ced697">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced697


Comments

No comments written yet.

Please login to write comment.