Color Hex Logo

#d7eeea Color Hex

#D7EEEA
(215,238,234)
0 Favorites   0 Comments

Color spaces of #d7eeea

RGB 215238234
HSL0.470.400.89
HSV170°10°93°
CMYK 0.100.000.02   0.07
XYZ73.450181.536789.7088
Yxy81.53670.30020.3332
Hunter Lab90.2977-12.82514.3050
CIE-Lab92.3700-8.2790-0.6496

#d7eeea color RGB value is (215,238,234).

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

The process color (four color CMYK) of #d7eeea color hex is 0.10, 0.00, 0.02, 0.07. Web safe color of #d7eeea is #ccffff. Color #d7eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101110 11101010
Octal 327 356 352
Decimal 215 238 234
Hex D7 EE EA

RGB Percentages of Color #d7eeea

%31.30
%34.64
%34.06

CMYK Percentages of Color #d7eeea

%10
%0
%2
%7

Triadic Colors of #d7eeea

#d7eeea #ead7ee #eeead7

Analogous Colors of #d7eeea

#d7eeea #d7e7ee #d7eedf

Monochromatic Colors of #d7eeea

#d7eeea

Complementary Color

#d7eeea #eed7db

#d7eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eeea Color CSS Codes

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

#d7eeea Text Font Color

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

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


#d7eeea Background Color

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

This div background color is #d7eeea


#d7eeea Border Color

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

This div border color is #d7eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eeea


Comments

No comments written yet.

Please login to write comment.