Color Hex Logo

#edfaa1 Color Hex

#EDFAA1
(237,250,161)
0 Favorites   0 Comments

Color spaces of #edfaa1

RGB 237250161
HSL0.190.900.81
HSV69°36°98°
CMYK 0.050.000.36   0.02
XYZ75.543788.948946.9055
Yxy88.94890.35740.4208
Hunter Lab94.3127-22.070336.5316
CIE-Lab95.5591-17.706341.2942

#edfaa1 color RGB value is (237,250,161).

#edfaa1 hex color red value is 237, green value is 250 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #edfaa1 hue: 0.19 , saturation: 0.90 and the lightness value of edfaa1 is 0.81.

The process color (four color CMYK) of #edfaa1 color hex is 0.05, 0.00, 0.36, 0.02. Web safe color of #edfaa1 is #ffff99. Color #edfaa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10100001
Octal 355 372 241
Decimal 237 250 161
Hex ED FA A1

RGB Percentages of Color #edfaa1

%36.57
%38.58
%24.85

CMYK Percentages of Color #edfaa1

%5
%0
%36
%2

Triadic Colors of #edfaa1

#edfaa1 #a1edfa #faa1ed

Analogous Colors of #edfaa1

#edfaa1 #c1faa1 #fadba1

Monochromatic Colors of #edfaa1

#edfaa1

Complementary Color

#edfaa1 #aea1fa

#edfaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaa1 Color CSS Codes

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

#edfaa1 Text Font Color

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

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


#edfaa1 Background Color

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

This div background color is #edfaa1


#edfaa1 Border Color

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

This div border color is #edfaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaa1


Comments

No comments written yet.

Please login to write comment.