Color Hex Logo

#ced197 Color Hex

#CED197
(206,209,151)
0 Favorites   0 Comments

Color spaces of #ced197

RGB 206209151
HSL0.180.390.71
HSV63°28°82°
CMYK 0.010.000.28   0.18
XYZ53.840060.957138.2064
Yxy60.95710.35190.3984
Hunter Lab78.0750-13.538925.6387
CIE-Lab82.3557-10.240528.5129

#ced197 color RGB value is (206,209,151).

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

The process color (four color CMYK) of #ced197 color hex is 0.01, 0.00, 0.28, 0.18. Web safe color of #ced197 is #cccc99. Color #ced197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 10010111
Octal 316 321 227
Decimal 206 209 151
Hex CE D1 97

RGB Percentages of Color #ced197

%36.40
%36.93
%26.68

CMYK Percentages of Color #ced197

%1
%0
%28
%18

Triadic Colors of #ced197

#ced197 #97ced1 #d197ce

Analogous Colors of #ced197

#ced197 #b1d197 #d1b797

Monochromatic Colors of #ced197

#ced197

Complementary Color

#ced197 #9a97d1

#ced197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced197 Color CSS Codes

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

#ced197 Text Font Color

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

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


#ced197 Background Color

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

This div background color is #ced197


#ced197 Border Color

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

This div border color is #ced197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced197


Comments

No comments written yet.

Please login to write comment.