Color Hex Logo

#edfab1 Color Hex

#EDFAB1
(237,250,177)
0 Favorites   0 Comments

Color spaces of #edfab1

RGB 237250177
HSL0.200.880.84
HSV71°29°98°
CMYK 0.050.000.29   0.02
XYZ77.046589.550154.8191
Yxy89.55010.34800.4044
Hunter Lab94.6309-20.273231.8953
CIE-Lab95.8098-15.736233.6693

#edfab1 color RGB value is (237,250,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10110001
Octal 355 372 261
Decimal 237 250 177
Hex ED FA B1

RGB Percentages of Color #edfab1

%35.69
%37.65
%26.66

CMYK Percentages of Color #edfab1

%5
%0
%29
%2

Triadic Colors of #edfab1

#edfab1 #b1edfa #fab1ed

Analogous Colors of #edfab1

#edfab1 #c9fab1 #fae3b1

Monochromatic Colors of #edfab1

#edfab1

Complementary Color

#edfab1 #beb1fa

#edfab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfab1 Color CSS Codes

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

#edfab1 Text Font Color

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

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


#edfab1 Background Color

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

This div background color is #edfab1


#edfab1 Border Color

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

This div border color is #edfab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfab1

Related Colors


Comments

No comments written yet.

Please login to write comment.