Color Hex Logo

#ddeaab Color Hex

#DDEAAB
(221,234,171)
1 Favorites   0 Comments

Color spaces of #ddeaab

RGB 221234171
HSL0.200.600.79
HSV72°27°92°
CMYK 0.060.000.27   0.08
XYZ66.592377.158149.9113
Yxy77.15810.34390.3984
Hunter Lab87.8397-18.396527.7987
CIE-Lab90.3943-14.512229.2295

#ddeaab color RGB value is (221,234,171).

#ddeaab hex color red value is 221, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ddeaab hue: 0.20 , saturation: 0.60 and the lightness value of ddeaab is 0.79.

The process color (four color CMYK) of #ddeaab color hex is 0.06, 0.00, 0.27, 0.08. Web safe color of #ddeaab is #ccff99. Color #ddeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10101011
Octal 335 352 253
Decimal 221 234 171
Hex DD EA AB

RGB Percentages of Color #ddeaab

%35.30
%37.38
%27.32

CMYK Percentages of Color #ddeaab

%6
%0
%27
%8

Triadic Colors of #ddeaab

#ddeaab #abddea #eaabdd

Analogous Colors of #ddeaab

#ddeaab #beeaab #ead8ab

Monochromatic Colors of #ddeaab

#ddeaab

Complementary Color

#ddeaab #b8abea

#ddeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaab Color CSS Codes

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

#ddeaab Text Font Color

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

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


#ddeaab Background Color

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

This div background color is #ddeaab


#ddeaab Border Color

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

This div border color is #ddeaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,234,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 #ddeaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaab


Comments

No comments written yet.

Please login to write comment.