Color Hex Logo

#d7eede Color Hex

#D7EEDE
(215,238,222)
0 Favorites   0 Comments

Color spaces of #d7eede

RGB 215238222
HSL0.380.400.89
HSV138°10°93°
CMYK 0.100.000.07   0.07
XYZ71.783780.870180.9333
Yxy80.87010.30730.3462
Hunter Lab89.9278-14.88849.5896
CIE-Lab92.0739-10.49915.1645

#d7eede color RGB value is (215,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101110 11011110
Octal 327 356 336
Decimal 215 238 222
Hex D7 EE DE

RGB Percentages of Color #d7eede

%31.85
%35.26
%32.89

CMYK Percentages of Color #d7eede

%10
%0
%7
%7

Triadic Colors of #d7eede

#d7eede #ded7ee #eeded7

Analogous Colors of #d7eede

#d7eede #d7eeea #dceed7

Monochromatic Colors of #d7eede

#d7eede

Complementary Color

#d7eede #eed7e7

#d7eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eede Color CSS Codes

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

#d7eede Text Font Color

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

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


#d7eede Background Color

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

This div background color is #d7eede


#d7eede Border Color

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

This div border color is #d7eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eede


Comments

No comments written yet.

Please login to write comment.