Color Hex Logo

#d4e5ff Color Hex

#D4E5FF
(212,229,255)
3 Favorites   0 Comments

Color spaces of #d4e5ff

RGB 212229255
HSL0.601.000.92
HSV216°17°100°
CMYK 0.170.100.00   0.00
XYZ73.220777.2557105.6604
Yxy77.25570.28590.3016
Hunter Lab87.8952-5.1181-9.7469
CIE-Lab90.4392-0.4347-14.4913

#d4e5ff color RGB value is (212,229,255).

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

The process color (four color CMYK) of #d4e5ff color hex is 0.17, 0.10, 0.00, 0.00. Web safe color of #d4e5ff is #ccccff. Color #d4e5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11100101 11111111
Octal 324 345 377
Decimal 212 229 255
Hex D4 E5 FF

RGB Percentages of Color #d4e5ff

%30.46
%32.90
%36.64

CMYK Percentages of Color #d4e5ff

%17
%10
%0
%0

Triadic Colors of #d4e5ff

#d4e5ff #ffd4e5 #e5ffd4

Analogous Colors of #d4e5ff

#d4e5ff #d9d4ff #d4fbff

Monochromatic Colors of #d4e5ff

#d4e5ff

Complementary Color

#d4e5ff #ffeed4

#d4e5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4e5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4e5ff Color CSS Codes

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

#d4e5ff Text Font Color

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

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


#d4e5ff Background Color

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

This div background color is #d4e5ff


#d4e5ff Border Color

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

This div border color is #d4e5ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,229,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 #d4e5ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4e5ff

Related Colors

#d4e5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.