Color Hex Logo

#ddfae3 Color Hex

#DDFAE3
(221,250,227)
0 Favorites   0 Comments

Color spaces of #ddfae3

RGB 221250227
HSL0.370.740.92
HSV132°12°98°
CMYK 0.120.000.09   0.02
XYZ77.869589.289485.8035
Yxy89.28940.30780.3530
Hunter Lab94.4931-18.265212.3074
CIE-Lab95.7012-13.61407.8551

#ddfae3 color RGB value is (221,250,227).

#ddfae3 hex color red value is 221, green value is 250 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ddfae3 hue: 0.37 , saturation: 0.74 and the lightness value of ddfae3 is 0.92.

The process color (four color CMYK) of #ddfae3 color hex is 0.12, 0.00, 0.09, 0.02. Web safe color of #ddfae3 is #ccffcc. Color #ddfae3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11100011
Octal 335 372 343
Decimal 221 250 227
Hex DD FA E3

RGB Percentages of Color #ddfae3

%31.66
%35.82
%32.52

CMYK Percentages of Color #ddfae3

%12
%0
%9
%2

Triadic Colors of #ddfae3

#ddfae3 #e3ddfa #fae3dd

Analogous Colors of #ddfae3

#ddfae3 #ddfaf2 #e6fadd

Monochromatic Colors of #ddfae3

#ddfae3

Complementary Color

#ddfae3 #faddf4

#ddfae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfae3 Color CSS Codes

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

#ddfae3 Text Font Color

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

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


#ddfae3 Background Color

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

This div background color is #ddfae3


#ddfae3 Border Color

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

This div border color is #ddfae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfae3


Comments

No comments written yet.

Please login to write comment.