Color Hex Logo

#d4eafb Color Hex

#D4EAFB
(212,234,251)
0 Favorites   0 Comments

Color spaces of #d4eafb

RGB 212234251
HSL0.570.830.91
HSV206°16°98°
CMYK 0.160.070.00   0.02
XYZ73.986879.8077102.7717
Yxy79.80770.28840.3111
Hunter Lab89.3352-8.5040-5.6730
CIE-Lab91.5985-3.8388-10.6712

#d4eafb color RGB value is (212,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 11111011
Octal 324 352 373
Decimal 212 234 251
Hex D4 EA FB

RGB Percentages of Color #d4eafb

%30.42
%33.57
%36.01

CMYK Percentages of Color #d4eafb

%16
%7
%0
%2

Triadic Colors of #d4eafb

#d4eafb #fbd4ea #eafbd4

Analogous Colors of #d4eafb

#d4eafb #d4d7fb #d4fbf9

Monochromatic Colors of #d4eafb

#d4eafb

Complementary Color

#d4eafb #fbe5d4

#d4eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eafb Color CSS Codes

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

#d4eafb Text Font Color

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

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


#d4eafb Background Color

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

This div background color is #d4eafb


#d4eafb Border Color

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

This div border color is #d4eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eafb


Comments

No comments written yet.

Please login to write comment.