Color Hex Logo

#d7eaec Color Hex

#D7EAEC
(215,234,236)
0 Favorites   0 Comments

Color spaces of #d7eaec

RGB 215234236
HSL0.520.360.88
HSV186°93°
CMYK 0.090.010.00   0.07
XYZ72.587579.348890.8470
Yxy79.34880.29900.3268
Hunter Lab89.0779-10.43101.8871
CIE-Lab91.3919-5.8663-3.1256

#d7eaec color RGB value is (215,234,236).

#d7eaec hex color red value is 215, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d7eaec hue: 0.52 , saturation: 0.36 and the lightness value of d7eaec is 0.88.

The process color (four color CMYK) of #d7eaec color hex is 0.09, 0.01, 0.00, 0.07. Web safe color of #d7eaec is #ccffff. Color #d7eaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101010 11101100
Octal 327 352 354
Decimal 215 234 236
Hex D7 EA EC

RGB Percentages of Color #d7eaec

%31.39
%34.16
%34.45

CMYK Percentages of Color #d7eaec

%9
%1
%0
%7

Triadic Colors of #d7eaec

#d7eaec #ecd7ea #eaecd7

Analogous Colors of #d7eaec

#d7eaec #d7e0ec #d7ece4

Monochromatic Colors of #d7eaec

#d7eaec

Complementary Color

#d7eaec #ecd9d7

#d7eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eaec Color CSS Codes

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

#d7eaec Text Font Color

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

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


#d7eaec Background Color

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

This div background color is #d7eaec


#d7eaec Border Color

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

This div border color is #d7eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eaec


Comments

No comments written yet.

Please login to write comment.