Color Hex Logo

#edfba0 Color Hex

#EDFBA0
(237,251,160)
0 Favorites   0 Comments

Color spaces of #edfba0

RGB 237251160
HSL0.190.920.81
HSV69°36°98°
CMYK 0.060.000.36   0.02
XYZ75.767489.537046.5467
Yxy89.53700.35760.4226
Hunter Lab94.6240-22.663337.0713
CIE-Lab95.8044-18.307042.1033

#edfba0 color RGB value is (237,251,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10100000
Octal 355 373 240
Decimal 237 251 160
Hex ED FB A0

RGB Percentages of Color #edfba0

%36.57
%38.73
%24.69

CMYK Percentages of Color #edfba0

%6
%0
%36
%2

Triadic Colors of #edfba0

#edfba0 #a0edfb #fba0ed

Analogous Colors of #edfba0

#edfba0 #c0fba0 #fbdca0

Monochromatic Colors of #edfba0

#edfba0

Complementary Color

#edfba0 #aea0fb

#edfba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfba0 Color CSS Codes

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

#edfba0 Text Font Color

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

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


#edfba0 Background Color

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

This div background color is #edfba0


#edfba0 Border Color

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

This div border color is #edfba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfba0


Comments

No comments written yet.

Please login to write comment.