Color Hex Logo

#d4eafd Color Hex

#D4EAFD
(212,234,253)
0 Favorites   0 Comments

Color spaces of #d4eafd

RGB 212234253
HSL0.580.910.91
HSV208°16°99°
CMYK 0.160.080.00   0.01
XYZ74.303879.9345104.4412
Yxy79.93450.28720.3090
Hunter Lab89.4061-8.1125-6.6763
CIE-Lab91.6555-3.4283-11.6297

#d4eafd color RGB value is (212,234,253).

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

The process color (four color CMYK) of #d4eafd color hex is 0.16, 0.08, 0.00, 0.01. Web safe color of #d4eafd is #ccffff. Color #d4eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 11111101
Octal 324 352 375
Decimal 212 234 253
Hex D4 EA FD

RGB Percentages of Color #d4eafd

%30.33
%33.48
%36.19

CMYK Percentages of Color #d4eafd

%16
%8
%0
%1

Triadic Colors of #d4eafd

#d4eafd #fdd4ea #eafdd4

Analogous Colors of #d4eafd

#d4eafd #d4d6fd #d4fdfc

Monochromatic Colors of #d4eafd

#d4eafd

Complementary Color

#d4eafd #fde7d4

#d4eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eafd Color CSS Codes

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

#d4eafd Text Font Color

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

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


#d4eafd Background Color

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

This div background color is #d4eafd


#d4eafd Border Color

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

This div border color is #d4eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eafd


Comments

No comments written yet.

Please login to write comment.