Color Hex Logo

#d4eaef Color Hex

#D4EAEF
(212,234,239)
0 Favorites   0 Comments

Color spaces of #d4eaef

RGB 212234239
HSL0.530.460.88
HSV191°11°94°
CMYK 0.110.020.00   0.06
XYZ72.154279.074793.1214
Yxy79.07470.29530.3236
Hunter Lab88.9240-10.77940.1581
CIE-Lab91.2681-6.2439-4.8974

#d4eaef color RGB value is (212,234,239).

#d4eaef hex color red value is 212, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d4eaef hue: 0.53 , saturation: 0.46 and the lightness value of d4eaef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 11101111
Octal 324 352 357
Decimal 212 234 239
Hex D4 EA EF

RGB Percentages of Color #d4eaef

%30.95
%34.16
%34.89

CMYK Percentages of Color #d4eaef

%11
%2
%0
%6

Triadic Colors of #d4eaef

#d4eaef #efd4ea #eaefd4

Analogous Colors of #d4eaef

#d4eaef #d4ddef #d4efe7

Monochromatic Colors of #d4eaef

#d4eaef

Complementary Color

#d4eaef #efd9d4

#d4eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eaef Color CSS Codes

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

#d4eaef Text Font Color

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

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


#d4eaef Background Color

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

This div background color is #d4eaef


#d4eaef Border Color

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

This div border color is #d4eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eaef


Comments

No comments written yet.

Please login to write comment.