Color Hex Logo

#d0eaab Color Hex

#D0EAAB
(208,234,171)
0 Favorites   0 Comments

Color spaces of #d0eaab

RGB 208234171
HSL0.240.600.79
HSV85°27°92°
CMYK 0.110.000.27   0.08
XYZ62.785975.195849.7331
Yxy75.19580.33450.4006
Hunter Lab86.7155-22.510226.6968
CIE-Lab89.4846-19.218827.8448

#d0eaab color RGB value is (208,234,171).

#d0eaab hex color red value is 208, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0eaab hue: 0.24 , saturation: 0.60 and the lightness value of d0eaab is 0.79.

The process color (four color CMYK) of #d0eaab color hex is 0.11, 0.00, 0.27, 0.08. Web safe color of #d0eaab is #ccff99. Color #d0eaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 10101011
Octal 320 352 253
Decimal 208 234 171
Hex D0 EA AB

RGB Percentages of Color #d0eaab

%33.93
%38.17
%27.90

CMYK Percentages of Color #d0eaab

%11
%0
%27
%8

Triadic Colors of #d0eaab

#d0eaab #abd0ea #eaabd0

Analogous Colors of #d0eaab

#d0eaab #b1eaab #eae5ab

Monochromatic Colors of #d0eaab

#d0eaab

Complementary Color

#d0eaab #c5abea

#d0eaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eaab Color CSS Codes

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

#d0eaab Text Font Color

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

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


#d0eaab Background Color

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

This div background color is #d0eaab


#d0eaab Border Color

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

This div border color is #d0eaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eaab


Comments

No comments written yet.

Please login to write comment.