Color Hex Logo

#d3e8af Color Hex

#D3E8AF
(211,232,175)
0 Favorites   0 Comments

Color spaces of #d3e8af

RGB 211232175
HSL0.230.550.80
HSV82°25°91°
CMYK 0.090.000.25   0.09
XYZ63.458474.657351.6231
Yxy74.65730.33450.3935
Hunter Lab86.4045-20.111325.0598
CIE-Lab89.2322-16.581725.4827

#d3e8af color RGB value is (211,232,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101000 10101111
Octal 323 350 257
Decimal 211 232 175
Hex D3 E8 AF

RGB Percentages of Color #d3e8af

%34.14
%37.54
%28.32

CMYK Percentages of Color #d3e8af

%9
%0
%25
%9

Triadic Colors of #d3e8af

#d3e8af #afd3e8 #e8afd3

Analogous Colors of #d3e8af

#d3e8af #b7e8af #e8e1af

Monochromatic Colors of #d3e8af

#d3e8af

Complementary Color

#d3e8af #c4afe8

#d3e8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3e8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3e8af Color CSS Codes

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

#d3e8af Text Font Color

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

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


#d3e8af Background Color

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

This div background color is #d3e8af


#d3e8af Border Color

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

This div border color is #d3e8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3e8af


Comments

No comments written yet.

Please login to write comment.