Color Hex Logo

#ddeafc Color Hex

#DDEAFC
(221,234,252)
0 Favorites   0 Comments

Color spaces of #ddeafc

RGB 221234252
HSL0.600.840.93
HSV215°12°99°
CMYK 0.120.070.00   0.01
XYZ76.812381.2461103.7291
Yxy81.24610.29340.3104
Hunter Lab90.1366-5.6256-5.1352
CIE-Lab92.2411-0.8265-10.1707

#ddeafc color RGB value is (221,234,252).

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

The process color (four color CMYK) of #ddeafc color hex is 0.12, 0.07, 0.00, 0.01. Web safe color of #ddeafc is #ccffff. Color #ddeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111100
Octal 335 352 374
Decimal 221 234 252
Hex DD EA FC

RGB Percentages of Color #ddeafc

%31.26
%33.10
%35.64

CMYK Percentages of Color #ddeafc

%12
%7
%0
%1

Triadic Colors of #ddeafc

#ddeafc #fcddea #eafcdd

Analogous Colors of #ddeafc

#ddeafc #e0ddfc #ddfafc

Monochromatic Colors of #ddeafc

#ddeafc

Complementary Color

#ddeafc #fcefdd

#ddeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeafc Color CSS Codes

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

#ddeafc Text Font Color

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

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


#ddeafc Background Color

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

This div background color is #ddeafc


#ddeafc Border Color

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

This div border color is #ddeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeafc


Comments

No comments written yet.

Please login to write comment.