Color Hex Logo

#cdebaa Color Hex

#CDEBAA
(205,235,170)
0 Favorites   0 Comments

Color spaces of #cdebaa

RGB 205235170
HSL0.240.620.79
HSV88°28°92°
CMYK 0.130.000.28   0.08
XYZ62.140975.298149.2890
Yxy75.29810.33280.4033
Hunter Lab86.7745-24.028027.0647
CIE-Lab89.5324-20.921228.3871

#cdebaa color RGB value is (205,235,170).

#cdebaa hex color red value is 205, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdebaa hue: 0.24 , saturation: 0.62 and the lightness value of cdebaa is 0.79.

The process color (four color CMYK) of #cdebaa color hex is 0.13, 0.00, 0.28, 0.08. Web safe color of #cdebaa is #ccff99. Color #cdebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 10101010
Octal 315 353 252
Decimal 205 235 170
Hex CD EB AA

RGB Percentages of Color #cdebaa

%33.61
%38.52
%27.87

CMYK Percentages of Color #cdebaa

%13
%0
%28
%8

Triadic Colors of #cdebaa

#cdebaa #aacdeb #ebaacd

Analogous Colors of #cdebaa

#cdebaa #adebaa #ebe9aa

Monochromatic Colors of #cdebaa

#cdebaa

Complementary Color

#cdebaa #c8aaeb

#cdebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdebaa Color CSS Codes

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

#cdebaa Text Font Color

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

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


#cdebaa Background Color

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

This div background color is #cdebaa


#cdebaa Border Color

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

This div border color is #cdebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdebaa


Comments

No comments written yet.

Please login to write comment.