Color Hex Logo

#edffaf Color Hex

#EDFFAF
(237,255,175)
0 Favorites   0 Comments

Color spaces of #edffaf

RGB 237255175
HSL0.201.000.84
HSV74°31°100°
CMYK 0.070.000.31   0.00
XYZ78.422992.619754.3015
Yxy92.61970.34800.4110
Hunter Lab96.2391-22.963233.9139
CIE-Lab97.0731-18.421336.3496

#edffaf color RGB value is (237,255,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10101111
Octal 355 377 257
Decimal 237 255 175
Hex ED FF AF

RGB Percentages of Color #edffaf

%35.53
%38.23
%26.24

CMYK Percentages of Color #edffaf

%7
%0
%31
%0

Triadic Colors of #edffaf

#edffaf #afedff #ffafed

Analogous Colors of #edffaf

#edffaf #c5ffaf #ffe9af

Monochromatic Colors of #edffaf

#edffaf

Complementary Color

#edffaf #c1afff

#edffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffaf Color CSS Codes

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

#edffaf Text Font Color

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

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


#edffaf Background Color

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

This div background color is #edffaf


#edffaf Border Color

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

This div border color is #edffaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,255,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edffaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffaf


Comments

No comments written yet.

Please login to write comment.