Color Hex Logo

#d3eabd Color Hex

#D3EABD
(211,234,189)
0 Favorites   0 Comments

Color spaces of #d3eabd

RGB 211234189
HSL0.250.520.83
HSV91°19°92°
CMYK 0.100.000.19   0.08
XYZ65.472176.368659.4340
Yxy76.36860.32530.3794
Hunter Lab87.3891-19.198420.8488
CIE-Lab90.0302-15.446919.3594

#d3eabd color RGB value is (211,234,189).

#d3eabd hex color red value is 211, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d3eabd hue: 0.25 , saturation: 0.52 and the lightness value of d3eabd is 0.83.

The process color (four color CMYK) of #d3eabd color hex is 0.10, 0.00, 0.19, 0.08. Web safe color of #d3eabd is #ccffcc. Color #d3eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101010 10111101
Octal 323 352 275
Decimal 211 234 189
Hex D3 EA BD

RGB Percentages of Color #d3eabd

%33.28
%36.91
%29.81

CMYK Percentages of Color #d3eabd

%10
%0
%19
%8

Triadic Colors of #d3eabd

#d3eabd #bdd3ea #eabdd3

Analogous Colors of #d3eabd

#d3eabd #bdeabe #eaeabd

Monochromatic Colors of #d3eabd

#d3eabd

Complementary Color

#d3eabd #d4bdea

#d3eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eabd Color CSS Codes

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

#d3eabd Text Font Color

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

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


#d3eabd Background Color

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

This div background color is #d3eabd


#d3eabd Border Color

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

This div border color is #d3eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eabd


Comments

No comments written yet.

Please login to write comment.