Color Hex Logo

#d3e0ad Color Hex

#D3E0AD
(211,224,173)
0 Favorites   0 Comments

Color spaces of #d3e0ad

RGB 211224173
HSL0.210.450.78
HSV75°23°88°
CMYK 0.060.000.23   0.12
XYZ61.062470.177349.8624
Yxy70.17730.33720.3875
Hunter Lab83.7719-16.489923.3499
CIE-Lab87.0837-12.891723.5720

#d3e0ad color RGB value is (211,224,173).

#d3e0ad hex color red value is 211, green value is 224 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d3e0ad hue: 0.21 , saturation: 0.45 and the lightness value of d3e0ad is 0.78.

The process color (four color CMYK) of #d3e0ad color hex is 0.06, 0.00, 0.23, 0.12. Web safe color of #d3e0ad is #cccc99. Color #d3e0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11100000 10101101
Octal 323 340 255
Decimal 211 224 173
Hex D3 E0 AD

RGB Percentages of Color #d3e0ad

%34.70
%36.84
%28.45

CMYK Percentages of Color #d3e0ad

%6
%0
%23
%12

Triadic Colors of #d3e0ad

#d3e0ad #add3e0 #e0add3

Analogous Colors of #d3e0ad

#d3e0ad #bae0ad #e0d4ad

Monochromatic Colors of #d3e0ad

#d3e0ad

Complementary Color

#d3e0ad #baade0

#d3e0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3e0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3e0ad Color CSS Codes

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

#d3e0ad Text Font Color

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

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


#d3e0ad Background Color

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

This div background color is #d3e0ad


#d3e0ad Border Color

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

This div border color is #d3e0ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,224,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3e0ad


Comments

No comments written yet.

Please login to write comment.