Color Hex Logo

#d0eabd Color Hex

#D0EABD
(208,234,189)
0 Favorites   0 Comments

Color spaces of #d0eabd

RGB 208234189
HSL0.260.520.83
HSV95°19°92°
CMYK 0.110.000.19   0.08
XYZ64.620675.929759.3941
Yxy75.92970.32320.3798
Hunter Lab87.1376-20.116720.5836
CIE-Lab89.8267-16.492319.0451

#d0eabd color RGB value is (208,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 10111101
Octal 320 352 275
Decimal 208 234 189
Hex D0 EA BD

RGB Percentages of Color #d0eabd

%32.96
%37.08
%29.95

CMYK Percentages of Color #d0eabd

%11
%0
%19
%8

Triadic Colors of #d0eabd

#d0eabd #bdd0ea #eabdd0

Analogous Colors of #d0eabd

#d0eabd #bdeac1 #e7eabd

Monochromatic Colors of #d0eabd

#d0eabd

Complementary Color

#d0eabd #d7bdea

#d0eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eabd Color CSS Codes

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

#d0eabd Text Font Color

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

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


#d0eabd Background Color

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

This div background color is #d0eabd


#d0eabd Border Color

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

This div border color is #d0eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eabd


Comments

No comments written yet.

Please login to write comment.