Color Hex Logo

#e7fdaa Color Hex

#E7FDAA
(231,253,170)
0 Favorites   0 Comments

Color spaces of #e7fdaa

RGB 231253170
HSL0.210.950.83
HSV76°33°99°
CMYK 0.090.000.33   0.01
XYZ75.336090.141851.4587
Yxy90.14180.34730.4155
Hunter Lab94.9430-24.513034.3252
CIE-Lab96.0556-20.271237.4128

#e7fdaa color RGB value is (231,253,170).

#e7fdaa hex color red value is 231, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e7fdaa hue: 0.21 , saturation: 0.95 and the lightness value of e7fdaa is 0.83.

The process color (four color CMYK) of #e7fdaa color hex is 0.09, 0.00, 0.33, 0.01. Web safe color of #e7fdaa is #ffff99. Color #e7fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111101 10101010
Octal 347 375 252
Decimal 231 253 170
Hex E7 FD AA

RGB Percentages of Color #e7fdaa

%35.32
%38.69
%25.99

CMYK Percentages of Color #e7fdaa

%9
%0
%33
%1

Triadic Colors of #e7fdaa

#e7fdaa #aae7fd #fdaae7

Analogous Colors of #e7fdaa

#e7fdaa #befdaa #fdeaaa

Monochromatic Colors of #e7fdaa

#e7fdaa

Complementary Color

#e7fdaa #c0aafd

#e7fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fdaa Color CSS Codes

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

#e7fdaa Text Font Color

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

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


#e7fdaa Background Color

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

This div background color is #e7fdaa


#e7fdaa Border Color

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

This div border color is #e7fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fdaa


Comments

No comments written yet.

Please login to write comment.