Color Hex Logo

#ddeaf3 Color Hex

#DDEAF3
(221,234,243)
1 Favorites   0 Comments

Color spaces of #ddeaf3

RGB 221234243
HSL0.570.480.91
HSV205°95°
CMYK 0.090.040.00   0.05
XYZ75.419380.688996.3935
Yxy80.68890.29870.3196
Hunter Lab89.8270-7.3276-0.7453
CIE-Lab91.9931-2.5901-5.8454

#ddeaf3 color RGB value is (221,234,243).

#ddeaf3 hex color red value is 221, green value is 234 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #ddeaf3 hue: 0.57 , saturation: 0.48 and the lightness value of ddeaf3 is 0.91.

The process color (four color CMYK) of #ddeaf3 color hex is 0.09, 0.04, 0.00, 0.05. Web safe color of #ddeaf3 is #ccffff. Color #ddeaf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11110011
Octal 335 352 363
Decimal 221 234 243
Hex DD EA F3

RGB Percentages of Color #ddeaf3

%31.66
%33.52
%34.81

CMYK Percentages of Color #ddeaf3

%9
%4
%0
%5

Triadic Colors of #ddeaf3

#ddeaf3 #f3ddea #eaf3dd

Analogous Colors of #ddeaf3

#ddeaf3 #dddff3 #ddf3f1

Monochromatic Colors of #ddeaf3

#ddeaf3

Complementary Color

#ddeaf3 #f3e6dd

#ddeaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaf3 Color CSS Codes

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

#ddeaf3 Text Font Color

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

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


#ddeaf3 Background Color

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

This div background color is #ddeaf3


#ddeaf3 Border Color

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

This div border color is #ddeaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaf3


Comments

No comments written yet.

Please login to write comment.