Color Hex Logo

#d4ecaa Color Hex

#D4ECAA
(212,236,170)
0 Favorites   0 Comments

Color spaces of #d4ecaa

RGB 212236170
HSL0.230.630.80
HSV82°28°93°
CMYK 0.100.000.28   0.07
XYZ64.402576.890249.4771
Yxy76.89020.33760.4031
Hunter Lab87.6871-22.351527.9268
CIE-Lab90.2711-18.902929.4655

#d4ecaa color RGB value is (212,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101100 10101010
Octal 324 354 252
Decimal 212 236 170
Hex D4 EC AA

RGB Percentages of Color #d4ecaa

%34.30
%38.19
%27.51

CMYK Percentages of Color #d4ecaa

%10
%0
%28
%7

Triadic Colors of #d4ecaa

#d4ecaa #aad4ec #ecaad4

Analogous Colors of #d4ecaa

#d4ecaa #b3ecaa #ece3aa

Monochromatic Colors of #d4ecaa

#d4ecaa

Complementary Color

#d4ecaa #c2aaec

#d4ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ecaa Color CSS Codes

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

#d4ecaa Text Font Color

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

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


#d4ecaa Background Color

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

This div background color is #d4ecaa


#d4ecaa Border Color

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

This div border color is #d4ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ecaa


Comments

No comments written yet.

Please login to write comment.