Color Hex Logo

#cdebc9 Color Hex

#CDEBC9
(205,235,201)
0 Favorites   0 Comments

Color spaces of #cdebc9

RGB 205235201
HSL0.310.460.85
HSV113°14°92°
CMYK 0.130.000.14   0.08
XYZ65.427876.612866.5977
Yxy76.61280.31360.3672
Hunter Lab87.5287-19.746416.1583
CIE-Lab90.1431-16.033113.2345

#cdebc9 color RGB value is (205,235,201).

#cdebc9 hex color red value is 205, green value is 235 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cdebc9 hue: 0.31 , saturation: 0.46 and the lightness value of cdebc9 is 0.85.

The process color (four color CMYK) of #cdebc9 color hex is 0.13, 0.00, 0.14, 0.08. Web safe color of #cdebc9 is #ccffcc. Color #cdebc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 11001001
Octal 315 353 311
Decimal 205 235 201
Hex CD EB C9

RGB Percentages of Color #cdebc9

%31.98
%36.66
%31.36

CMYK Percentages of Color #cdebc9

%13
%0
%14
%8

Triadic Colors of #cdebc9

#cdebc9 #c9cdeb #ebc9cd

Analogous Colors of #cdebc9

#cdebc9 #c9ebd6 #deebc9

Monochromatic Colors of #cdebc9

#cdebc9

Complementary Color

#cdebc9 #e7c9eb

#cdebc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdebc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdebc9 Color CSS Codes

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

#cdebc9 Text Font Color

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

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


#cdebc9 Background Color

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

This div background color is #cdebc9


#cdebc9 Border Color

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

This div border color is #cdebc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdebc9


Comments

No comments written yet.

Please login to write comment.