Color Hex Logo

#cddeab Color Hex

#CDDEAB
(205,222,171)
0 Favorites   0 Comments

Color spaces of #cddeab

RGB 205222171
HSL0.220.440.77
HSV80°23°87°
CMYK 0.080.000.23   0.13
XYZ58.648868.162048.5935
Yxy68.16200.33440.3886
Hunter Lab82.5603-17.678522.8952
CIE-Lab86.0874-14.358123.1731

#cddeab color RGB value is (205,222,171).

#cddeab hex color red value is 205, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cddeab hue: 0.22 , saturation: 0.44 and the lightness value of cddeab is 0.77.

The process color (four color CMYK) of #cddeab color hex is 0.08, 0.00, 0.23, 0.13. Web safe color of #cddeab is #cccc99. Color #cddeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 10101011
Octal 315 336 253
Decimal 205 222 171
Hex CD DE AB

RGB Percentages of Color #cddeab

%34.28
%37.12
%28.60

CMYK Percentages of Color #cddeab

%8
%0
%23
%13

Triadic Colors of #cddeab

#cddeab #abcdde #deabcd

Analogous Colors of #cddeab

#cddeab #b4deab #ded6ab

Monochromatic Colors of #cddeab

#cddeab

Complementary Color

#cddeab #bcabde

#cddeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddeab Color CSS Codes

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

#cddeab Text Font Color

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

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


#cddeab Background Color

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

This div background color is #cddeab


#cddeab Border Color

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

This div border color is #cddeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddeab


Comments

No comments written yet.

Please login to write comment.