Color Hex Logo

#d0ebaf Color Hex

#D0EBAF
(208,235,175)
0 Favorites   0 Comments

Color spaces of #d0ebaf

RGB 208235175
HSL0.240.600.80
HSV87°26°92°
CMYK 0.110.000.26   0.08
XYZ63.458675.921751.8672
Yxy75.92170.33180.3970
Hunter Lab87.1331-22.482125.6999
CIE-Lab89.8230-19.127526.2558

#d0ebaf color RGB value is (208,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101011 10101111
Octal 320 353 257
Decimal 208 235 175
Hex D0 EB AF

RGB Percentages of Color #d0ebaf

%33.66
%38.03
%28.32

CMYK Percentages of Color #d0ebaf

%11
%0
%26
%8

Triadic Colors of #d0ebaf

#d0ebaf #afd0eb #ebafd0

Analogous Colors of #d0ebaf

#d0ebaf #b2ebaf #ebe8af

Monochromatic Colors of #d0ebaf

#d0ebaf

Complementary Color

#d0ebaf #caafeb

#d0ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ebaf Color CSS Codes

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

#d0ebaf Text Font Color

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

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


#d0ebaf Background Color

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

This div background color is #d0ebaf


#d0ebaf Border Color

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

This div border color is #d0ebaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d0ebaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ebaf


Comments

No comments written yet.

Please login to write comment.