Color Hex Logo

#d7ebaf Color Hex

#D7EBAF
(215,235,175)
0 Favorites   0 Comments

Color spaces of #d7ebaf

RGB 215235175
HSL0.220.600.80
HSV80°26°92°
CMYK 0.090.000.26   0.08
XYZ65.470576.958951.9613
Yxy76.95890.33680.3959
Hunter Lab87.7262-20.305526.2902
CIE-Lab90.3027-16.625026.9885

#d7ebaf color RGB value is (215,235,175).

#d7ebaf hex color red value is 215, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d7ebaf hue: 0.22 , saturation: 0.60 and the lightness value of d7ebaf is 0.80.

The process color (four color CMYK) of #d7ebaf color hex is 0.09, 0.00, 0.26, 0.08. Web safe color of #d7ebaf is #ccff99. Color #d7ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101011 10101111
Octal 327 353 257
Decimal 215 235 175
Hex D7 EB AF

RGB Percentages of Color #d7ebaf

%34.40
%37.60
%28.00

CMYK Percentages of Color #d7ebaf

%9
%0
%26
%8

Triadic Colors of #d7ebaf

#d7ebaf #afd7eb #ebafd7

Analogous Colors of #d7ebaf

#d7ebaf #b9ebaf #ebe1af

Monochromatic Colors of #d7ebaf

#d7ebaf

Complementary Color

#d7ebaf #c3afeb

#d7ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ebaf Color CSS Codes

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

#d7ebaf Text Font Color

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

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


#d7ebaf Background Color

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

This div background color is #d7ebaf


#d7ebaf Border Color

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

This div border color is #d7ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ebaf


Comments

No comments written yet.

Please login to write comment.