Color Hex Logo

#d5ebaa Color Hex

#D5EBAA
(213,235,170)
0 Favorites   0 Comments

Color spaces of #d5ebaa

RGB 213235170
HSL0.220.620.79
HSV80°28°92°
CMYK 0.090.000.28   0.08
XYZ64.404676.465149.3950
Yxy76.46510.33850.4019
Hunter Lab87.4443-21.558527.7197
CIE-Lab90.0748-18.052429.2123

#d5ebaa color RGB value is (213,235,170).

#d5ebaa hex color red value is 213, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d5ebaa hue: 0.22 , saturation: 0.62 and the lightness value of d5ebaa is 0.79.

The process color (four color CMYK) of #d5ebaa color hex is 0.09, 0.00, 0.28, 0.08. Web safe color of #d5ebaa is #ccff99. Color #d5ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101011 10101010
Octal 325 353 252
Decimal 213 235 170
Hex D5 EB AA

RGB Percentages of Color #d5ebaa

%34.47
%38.03
%27.51

CMYK Percentages of Color #d5ebaa

%9
%0
%28
%8

Triadic Colors of #d5ebaa

#d5ebaa #aad5eb #ebaad5

Analogous Colors of #d5ebaa

#d5ebaa #b5ebaa #ebe1aa

Monochromatic Colors of #d5ebaa

#d5ebaa

Complementary Color

#d5ebaa #c0aaeb

#d5ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ebaa Color CSS Codes

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

#d5ebaa Text Font Color

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

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


#d5ebaa Background Color

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

This div background color is #d5ebaa


#d5ebaa Border Color

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

This div border color is #d5ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ebaa


Comments

No comments written yet.

Please login to write comment.