Color Hex Logo

#d0ecaa Color Hex

#D0ECAA
(208,236,170)
0 Favorites   0 Comments

Color spaces of #d0ecaa

RGB 208236170
HSL0.240.630.80
HSV85°28°93°
CMYK 0.120.000.28   0.07
XYZ63.263676.303149.4238
Yxy76.30310.33470.4037
Hunter Lab87.3516-23.588427.5997
CIE-Lab89.9999-20.338229.0532

#d0ecaa color RGB value is (208,236,170).

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

The process color (four color CMYK) of #d0ecaa color hex is 0.12, 0.00, 0.28, 0.07. Web safe color of #d0ecaa is #ccff99. Color #d0ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 10101010
Octal 320 354 252
Decimal 208 236 170
Hex D0 EC AA

RGB Percentages of Color #d0ecaa

%33.88
%38.44
%27.69

CMYK Percentages of Color #d0ecaa

%12
%0
%28
%7

Triadic Colors of #d0ecaa

#d0ecaa #aad0ec #ecaad0

Analogous Colors of #d0ecaa

#d0ecaa #afecaa #ece7aa

Monochromatic Colors of #d0ecaa

#d0ecaa

Complementary Color

#d0ecaa #c6aaec

#d0ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ecaa Color CSS Codes

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

#d0ecaa Text Font Color

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

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


#d0ecaa Background Color

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

This div background color is #d0ecaa


#d0ecaa Border Color

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

This div border color is #d0ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ecaa


Comments

No comments written yet.

Please login to write comment.