Color Hex Logo

#d1ecaa Color Hex

#D1ECAA
(209,236,170)
0 Favorites   0 Comments

Color spaces of #d1ecaa

RGB 209236170
HSL0.230.630.80
HSV85°28°93°
CMYK 0.110.000.28   0.07
XYZ63.545676.448549.4370
Yxy76.44850.33550.4036
Hunter Lab87.4348-23.281327.6809
CIE-Lab90.0672-19.980529.1555

#d1ecaa color RGB value is (209,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101100 10101010
Octal 321 354 252
Decimal 209 236 170
Hex D1 EC AA

RGB Percentages of Color #d1ecaa

%33.98
%38.37
%27.64

CMYK Percentages of Color #d1ecaa

%11
%0
%28
%7

Triadic Colors of #d1ecaa

#d1ecaa #aad1ec #ecaad1

Analogous Colors of #d1ecaa

#d1ecaa #b0ecaa #ece6aa

Monochromatic Colors of #d1ecaa

#d1ecaa

Complementary Color

#d1ecaa #c5aaec

#d1ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ecaa Color CSS Codes

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

#d1ecaa Text Font Color

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

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


#d1ecaa Background Color

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

This div background color is #d1ecaa


#d1ecaa Border Color

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

This div border color is #d1ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ecaa


Comments

No comments written yet.

Please login to write comment.