Color Hex Logo

#d4eefe Color Hex

#D4EEFE
(212,238,254)
0 Favorites   0 Comments

Color spaces of #d4eefe

RGB 212238254
HSL0.560.950.91
HSV203°17°100°
CMYK 0.170.060.00   0.00
XYZ75.615382.3019105.6664
Yxy82.30190.28690.3122
Hunter Lab90.7204-9.9812-5.5536
CIE-Lab92.7079-5.2707-10.5833

#d4eefe color RGB value is (212,238,254).

#d4eefe hex color red value is 212, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d4eefe hue: 0.56 , saturation: 0.95 and the lightness value of d4eefe is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101110 11111110
Octal 324 356 376
Decimal 212 238 254
Hex D4 EE FE

RGB Percentages of Color #d4eefe

%30.11
%33.81
%36.08

CMYK Percentages of Color #d4eefe

%17
%6
%0
%0

Triadic Colors of #d4eefe

#d4eefe #fed4ee #eefed4

Analogous Colors of #d4eefe

#d4eefe #d4d9fe #d4fef9

Monochromatic Colors of #d4eefe

#d4eefe

Complementary Color

#d4eefe #fee4d4

#d4eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eefe Color CSS Codes

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

#d4eefe Text Font Color

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

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


#d4eefe Background Color

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

This div background color is #d4eefe


#d4eefe Border Color

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

This div border color is #d4eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eefe


Comments

No comments written yet.

Please login to write comment.