Color Hex Logo

#cdebb9 Color Hex

#CDEBB9
(205,235,185)
1 Favorites   0 Comments

Color spaces of #cdebb9

RGB 205235185
HSL0.270.560.82
HSV96°21°92°
CMYK 0.130.000.21   0.08
XYZ63.642175.898657.1945
Yxy75.89860.32350.3858
Hunter Lab87.1198-22.063222.0597
CIE-Lab89.8122-18.660521.0629

#cdebb9 color RGB value is (205,235,185).

#cdebb9 hex color red value is 205, green value is 235 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #cdebb9 hue: 0.27 , saturation: 0.56 and the lightness value of cdebb9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 10111001
Octal 315 353 271
Decimal 205 235 185
Hex CD EB B9

RGB Percentages of Color #cdebb9

%32.80
%37.60
%29.60

CMYK Percentages of Color #cdebb9

%13
%0
%21
%8

Triadic Colors of #cdebb9

#cdebb9 #b9cdeb #ebb9cd

Analogous Colors of #cdebb9

#cdebb9 #b9ebbe #e6ebb9

Monochromatic Colors of #cdebb9

#cdebb9

Complementary Color

#cdebb9 #d7b9eb

#cdebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdebb9 Color CSS Codes

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

#cdebb9 Text Font Color

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

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


#cdebb9 Background Color

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

This div background color is #cdebb9


#cdebb9 Border Color

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

This div border color is #cdebb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdebb9


Comments

No comments written yet.

Please login to write comment.