Color Hex Logo

#ced199 Color Hex

#CED199
(206,209,153)
2 Favorites   0 Comments

Color spaces of #ced199

RGB 206209153
HSL0.180.380.71
HSV63°27°82°
CMYK 0.010.000.27   0.18
XYZ54.003861.022639.0692
Yxy61.02260.35050.3960
Hunter Lab78.1170-13.304125.0287
CIE-Lab82.3909-9.973227.5196

#ced199 color RGB value is (206,209,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 10011001
Octal 316 321 231
Decimal 206 209 153
Hex CE D1 99

RGB Percentages of Color #ced199

%36.27
%36.80
%26.94

CMYK Percentages of Color #ced199

%1
%0
%27
%18

Triadic Colors of #ced199

#ced199 #99ced1 #d199ce

Analogous Colors of #ced199

#ced199 #b2d199 #d1b899

Monochromatic Colors of #ced199

#ced199

Complementary Color

#ced199 #9c99d1

#ced199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced199 Color CSS Codes

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

#ced199 Text Font Color

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

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


#ced199 Background Color

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

This div background color is #ced199


#ced199 Border Color

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

This div border color is #ced199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced199


Comments

No comments written yet.

Please login to write comment.