Color Hex Logo

#ddeaea Color Hex

#DDEAEA
(221,234,234)
0 Favorites   0 Comments

Color spaces of #ddeaea

RGB 221234234
HSL0.500.240.89
HSV180°92°
CMYK 0.060.000.00   0.08
XYZ74.092980.158389.4089
Yxy80.15830.30410.3290
Hunter Lab89.5312-8.95913.4628
CIE-Lab91.7558-4.2972-1.4993

#ddeaea color RGB value is (221,234,234).

#ddeaea hex color red value is 221, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddeaea hue: 0.50 , saturation: 0.24 and the lightness value of ddeaea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11101010
Octal 335 352 352
Decimal 221 234 234
Hex DD EA EA

RGB Percentages of Color #ddeaea

%32.08
%33.96
%33.96

CMYK Percentages of Color #ddeaea

%6
%0
%0
%8

Triadic Colors of #ddeaea

#ddeaea #eaddea #eaeadd

Analogous Colors of #ddeaea

#ddeaea #dde4ea #ddeae4

Monochromatic Colors of #ddeaea

#ddeaea

Complementary Color

#ddeaea #eadddd

#ddeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaea Color CSS Codes

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

#ddeaea Text Font Color

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

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


#ddeaea Background Color

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

This div background color is #ddeaea


#ddeaea Border Color

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

This div border color is #ddeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaea


Comments

No comments written yet.

Please login to write comment.