Color Hex Logo

#d4edff Color Hex

#D4EDFF
(212,237,255)
2 Favorites   0 Comments

Color spaces of #d4edff

RGB 212237255
HSL0.571.000.92
HSV205°17°100°
CMYK 0.170.070.00   0.00
XYZ75.485681.7854106.4154
Yxy81.78540.28630.3102
Hunter Lab90.4353-9.2692-6.4620
CIE-Lab92.4801-4.5535-11.4430

#d4edff color RGB value is (212,237,255).

#d4edff hex color red value is 212, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d4edff hue: 0.57 , saturation: 1.00 and the lightness value of d4edff is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101101 11111111
Octal 324 355 377
Decimal 212 237 255
Hex D4 ED FF

RGB Percentages of Color #d4edff

%30.11
%33.66
%36.22

CMYK Percentages of Color #d4edff

%17
%7
%0
%0

Triadic Colors of #d4edff

#d4edff #ffd4ed #edffd4

Analogous Colors of #d4edff

#d4edff #d4d8ff #d4fffc

Monochromatic Colors of #d4edff

#d4edff

Complementary Color

#d4edff #ffe6d4

#d4edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4edff Color CSS Codes

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

#d4edff Text Font Color

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

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


#d4edff Background Color

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

This div background color is #d4edff


#d4edff Border Color

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

This div border color is #d4edff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,237,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4edff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4edff;
  -webkit-box-shadow: 1px 1px 3px 2px #d4edff;
  box-shadow:         1px 1px 3px 2px #d4edff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4edff

#d4edff Color Palettes


Comments

No comments written yet.

Please login to write comment.