Color Hex Logo

#ddeabd Color Hex

#DDEABD
(221,234,189)
0 Favorites   0 Comments

Color spaces of #ddeabd

RGB 221234189
HSL0.210.520.83
HSV77°19°92°
CMYK 0.060.000.19   0.08
XYZ68.426977.891959.5723
Yxy77.89190.33230.3783
Hunter Lab88.2564-16.054121.7592
CIE-Lab90.7306-11.920220.4402

#ddeabd color RGB value is (221,234,189).

#ddeabd hex color red value is 221, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddeabd hue: 0.21 , saturation: 0.52 and the lightness value of ddeabd is 0.83.

The process color (four color CMYK) of #ddeabd color hex is 0.06, 0.00, 0.19, 0.08. Web safe color of #ddeabd is #ccffcc. Color #ddeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10111101
Octal 335 352 275
Decimal 221 234 189
Hex DD EA BD

RGB Percentages of Color #ddeabd

%34.32
%36.34
%29.35

CMYK Percentages of Color #ddeabd

%6
%0
%19
%8

Triadic Colors of #ddeabd

#ddeabd #bdddea #eabddd

Analogous Colors of #ddeabd

#ddeabd #c7eabd #eae1bd

Monochromatic Colors of #ddeabd

#ddeabd

Complementary Color

#ddeabd #cabdea

#ddeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeabd Color CSS Codes

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

#ddeabd Text Font Color

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

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


#ddeabd Background Color

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

This div background color is #ddeabd


#ddeabd Border Color

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

This div border color is #ddeabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,234,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeabd


Comments

No comments written yet.

Please login to write comment.