Color Hex Logo

#edffaa Color Hex

#EDFFAA
(237,255,170)
0 Favorites   0 Comments

Color spaces of #edffaa

RGB 237255170
HSL0.201.000.83
HSV73°33°100°
CMYK 0.070.000.33   0.00
XYZ77.940892.426851.7625
Yxy92.42680.35090.4161
Hunter Lab96.1389-23.531135.3746
CIE-Lab96.9945-19.045638.7257

#edffaa color RGB value is (237,255,170).

#edffaa hex color red value is 237, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edffaa hue: 0.20 , saturation: 1.00 and the lightness value of edffaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10101010
Octal 355 377 252
Decimal 237 255 170
Hex ED FF AA

RGB Percentages of Color #edffaa

%35.80
%38.52
%25.68

CMYK Percentages of Color #edffaa

%7
%0
%33
%0

Triadic Colors of #edffaa

#edffaa #aaedff #ffaaed

Analogous Colors of #edffaa

#edffaa #c3ffaa #ffe7aa

Monochromatic Colors of #edffaa

#edffaa

Complementary Color

#edffaa #bcaaff

#edffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffaa Color CSS Codes

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

#edffaa Text Font Color

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

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


#edffaa Background Color

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

This div background color is #edffaa


#edffaa Border Color

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

This div border color is #edffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffaa

#edffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.