Color Hex Logo

#d7eecf Color Hex

#D7EECF
(215,238,207)
0 Favorites   0 Comments

Color spaces of #d7eecf

RGB 215238207
HSL0.290.480.87
HSV105°13°93°
CMYK 0.100.000.13   0.07
XYZ69.861480.101170.8105
Yxy80.10110.31640.3628
Hunter Lab89.4992-17.289915.7401
CIE-Lab91.7302-13.119112.4641

#d7eecf color RGB value is (215,238,207).

#d7eecf hex color red value is 215, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d7eecf hue: 0.29 , saturation: 0.48 and the lightness value of d7eecf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101110 11001111
Octal 327 356 317
Decimal 215 238 207
Hex D7 EE CF

RGB Percentages of Color #d7eecf

%32.58
%36.06
%31.36

CMYK Percentages of Color #d7eecf

%10
%0
%13
%7

Triadic Colors of #d7eecf

#d7eecf #cfd7ee #eecfd7

Analogous Colors of #d7eecf

#d7eecf #cfeed7 #e7eecf

Monochromatic Colors of #d7eecf

#d7eecf

Complementary Color

#d7eecf #e6cfee

#d7eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eecf Color CSS Codes

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

#d7eecf Text Font Color

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

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


#d7eecf Background Color

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

This div background color is #d7eecf


#d7eecf Border Color

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

This div border color is #d7eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eecf

#d7eecf Color Palettes


Comments

No comments written yet.

Please login to write comment.