Color Hex Logo

#d1eabd Color Hex

#D1EABD
(209,234,189)
0 Favorites   0 Comments

Color spaces of #d1eabd

RGB 209234189
HSL0.260.520.83
HSV93°19°92°
CMYK 0.110.000.19   0.08
XYZ64.902676.075159.4073
Yxy76.07510.32390.3796
Hunter Lab87.2210-19.812120.6716
CIE-Lab89.8942-16.144719.1494

#d1eabd color RGB value is (209,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101010 10111101
Octal 321 352 275
Decimal 209 234 189
Hex D1 EA BD

RGB Percentages of Color #d1eabd

%33.07
%37.03
%29.91

CMYK Percentages of Color #d1eabd

%11
%0
%19
%8

Triadic Colors of #d1eabd

#d1eabd #bdd1ea #eabdd1

Analogous Colors of #d1eabd

#d1eabd #bdeac0 #e8eabd

Monochromatic Colors of #d1eabd

#d1eabd

Complementary Color

#d1eabd #d6bdea

#d1eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1eabd Color CSS Codes

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

#d1eabd Text Font Color

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

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


#d1eabd Background Color

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

This div background color is #d1eabd


#d1eabd Border Color

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

This div border color is #d1eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1eabd

#d1eabd Color Palettes


Comments

No comments written yet.

Please login to write comment.