Color Hex Logo

#d7eaef Color Hex

#D7EAEF
(215,234,239)
0 Favorites   0 Comments

Color spaces of #d7eaef

RGB 215234239
HSL0.530.430.89
HSV193°10°94°
CMYK 0.100.020.00   0.06
XYZ73.027179.524793.1622
Yxy79.52470.29720.3236
Hunter Lab89.1766-9.88470.4838
CIE-Lab91.4712-5.2873-4.5750

#d7eaef color RGB value is (215,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101010 11101111
Octal 327 352 357
Decimal 215 234 239
Hex D7 EA EF

RGB Percentages of Color #d7eaef

%31.25
%34.01
%34.74

CMYK Percentages of Color #d7eaef

%10
%2
%0
%6

Triadic Colors of #d7eaef

#d7eaef #efd7ea #eaefd7

Analogous Colors of #d7eaef

#d7eaef #d7deef #d7efe8

Monochromatic Colors of #d7eaef

#d7eaef

Complementary Color

#d7eaef #efdcd7

#d7eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eaef Color CSS Codes

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

#d7eaef Text Font Color

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

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


#d7eaef Background Color

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

This div background color is #d7eaef


#d7eaef Border Color

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

This div border color is #d7eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eaef


Comments

No comments written yet.

Please login to write comment.