Color Hex Logo

#d0eaae Color Hex

#D0EAAE
(208,234,174)
0 Favorites   0 Comments

Color spaces of #d0eaae

RGB 208234174
HSL0.240.590.80
HSV86°26°92°
CMYK 0.110.000.26   0.08
XYZ63.075275.311551.2566
Yxy75.31150.33260.3971
Hunter Lab86.7822-22.131125.7288
CIE-Lab89.5387-18.784126.3811

#d0eaae color RGB value is (208,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 10101110
Octal 320 352 256
Decimal 208 234 174
Hex D0 EA AE

RGB Percentages of Color #d0eaae

%33.77
%37.99
%28.25

CMYK Percentages of Color #d0eaae

%11
%0
%26
%8

Triadic Colors of #d0eaae

#d0eaae #aed0ea #eaaed0

Analogous Colors of #d0eaae

#d0eaae #b2eaae #eae6ae

Monochromatic Colors of #d0eaae

#d0eaae

Complementary Color

#d0eaae #c8aeea

#d0eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eaae Color CSS Codes

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

#d0eaae Text Font Color

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

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


#d0eaae Background Color

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

This div background color is #d0eaae


#d0eaae Border Color

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

This div border color is #d0eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eaae


Comments

No comments written yet.

Please login to write comment.