Color Hex Logo

#edfb73 Color Hex

#EDFB73
(237,251,115)
0 Favorites   0 Comments

Color spaces of #edfb73

RGB 237251115
HSL0.180.940.72
HSV66°54°98°
CMYK 0.060.000.54   0.02
XYZ72.516788.236729.4290
Yxy88.23670.38130.4640
Hunter Lab93.9344-26.584447.1789
CIE-Lab95.2605-22.690162.5176

#edfb73 color RGB value is (237,251,115).

#edfb73 hex color red value is 237, green value is 251 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #edfb73 hue: 0.18 , saturation: 0.94 and the lightness value of edfb73 is 0.72.

The process color (four color CMYK) of #edfb73 color hex is 0.06, 0.00, 0.54, 0.02. Web safe color of #edfb73 is #ffff66. Color #edfb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 01110011
Octal 355 373 163
Decimal 237 251 115
Hex ED FB 73

RGB Percentages of Color #edfb73

%39.30
%41.63
%19.07

CMYK Percentages of Color #edfb73

%6
%0
%54
%2

Triadic Colors of #edfb73

#edfb73 #73edfb #fb73ed

Analogous Colors of #edfb73

#edfb73 #a9fb73 #fbc573

Monochromatic Colors of #edfb73

#edfb73

Complementary Color

#edfb73 #8173fb

#edfb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb73 Color CSS Codes

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

#edfb73 Text Font Color

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

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


#edfb73 Background Color

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

This div background color is #edfb73


#edfb73 Border Color

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

This div border color is #edfb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb73


Comments

No comments written yet.

Please login to write comment.