Color Hex Logo

#d4eefb Color Hex

#D4EEFB
(212,238,251)
0 Favorites   0 Comments

Color spaces of #d4eefb

RGB 212238251
HSL0.560.830.91
HSV200°16°98°
CMYK 0.160.050.00   0.02
XYZ75.138582.1112103.1556
Yxy82.11120.28850.3153
Hunter Lab90.6152-10.5638-4.0646
CIE-Lab92.6239-5.8844-9.1473

#d4eefb color RGB value is (212,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101110 11111011
Octal 324 356 373
Decimal 212 238 251
Hex D4 EE FB

RGB Percentages of Color #d4eefb

%30.24
%33.95
%35.81

CMYK Percentages of Color #d4eefb

%16
%5
%0
%2

Triadic Colors of #d4eefb

#d4eefb #fbd4ee #eefbd4

Analogous Colors of #d4eefb

#d4eefb #d4dbfb #d4fbf5

Monochromatic Colors of #d4eefb

#d4eefb

Complementary Color

#d4eefb #fbe1d4

#d4eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eefb Color CSS Codes

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

#d4eefb Text Font Color

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

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


#d4eefb Background Color

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

This div background color is #d4eefb


#d4eefb Border Color

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

This div border color is #d4eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eefb

Related Colors


Comments

No comments written yet.

Please login to write comment.