Color Hex Logo

#d1ebaf Color Hex

#D1EBAF
(209,235,175)
0 Favorites   0 Comments

Color spaces of #d1ebaf

RGB 209235175
HSL0.240.600.80
HSV86°26°92°
CMYK 0.110.000.26   0.08
XYZ63.740776.067151.8804
Yxy76.06710.33250.3968
Hunter Lab87.2165-22.175025.7831
CIE-Lab89.8905-18.771926.3590

#d1ebaf color RGB value is (209,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101011 10101111
Octal 321 353 257
Decimal 209 235 175
Hex D1 EB AF

RGB Percentages of Color #d1ebaf

%33.76
%37.96
%28.27

CMYK Percentages of Color #d1ebaf

%11
%0
%26
%8

Triadic Colors of #d1ebaf

#d1ebaf #afd1eb #ebafd1

Analogous Colors of #d1ebaf

#d1ebaf #b3ebaf #ebe7af

Monochromatic Colors of #d1ebaf

#d1ebaf

Complementary Color

#d1ebaf #c9afeb

#d1ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ebaf Color CSS Codes

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

#d1ebaf Text Font Color

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

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


#d1ebaf Background Color

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

This div background color is #d1ebaf


#d1ebaf Border Color

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

This div border color is #d1ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ebaf


Comments

No comments written yet.

Please login to write comment.