Color Hex Logo

#d3ebaf Color Hex

#D3EBAF
(211,235,175)
0 Favorites   0 Comments

Color spaces of #d3ebaf

RGB 211235175
HSL0.230.600.80
HSV84°26°92°
CMYK 0.100.000.26   0.08
XYZ64.310276.360751.9070
Yxy76.36070.33390.3965
Hunter Lab87.3846-21.557025.9506
CIE-Lab90.0265-18.058926.5669

#d3ebaf color RGB value is (211,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101011 10101111
Octal 323 353 257
Decimal 211 235 175
Hex D3 EB AF

RGB Percentages of Color #d3ebaf

%33.98
%37.84
%28.18

CMYK Percentages of Color #d3ebaf

%10
%0
%26
%8

Triadic Colors of #d3ebaf

#d3ebaf #afd3eb #ebafd3

Analogous Colors of #d3ebaf

#d3ebaf #b5ebaf #ebe5af

Monochromatic Colors of #d3ebaf

#d3ebaf

Complementary Color

#d3ebaf #c7afeb

#d3ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ebaf Color CSS Codes

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

#d3ebaf Text Font Color

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

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


#d3ebaf Background Color

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

This div background color is #d3ebaf


#d3ebaf Border Color

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

This div border color is #d3ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ebaf


Comments

No comments written yet.

Please login to write comment.