Color Hex Logo

#effa5d Color Hex

#EFFA5D
(239,250,93)
0 Favorites   0 Comments

Color spaces of #effa5d

RGB 23925093
HSL0.180.940.67
HSV64°63°98°
CMYK 0.040.000.63   0.02
XYZ71.758087.512323.4654
Yxy87.51230.39270.4789
Hunter Lab93.5480-26.786850.6114
CIE-Lab94.9552-22.973071.3928

#effa5d color RGB value is (239,250,93).

#effa5d hex color red value is 239, green value is 250 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #effa5d hue: 0.18 , saturation: 0.94 and the lightness value of effa5d is 0.67.

The process color (four color CMYK) of #effa5d color hex is 0.04, 0.00, 0.63, 0.02. Web safe color of #effa5d is #ffff66. Color #effa5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 01011101
Octal 357 372 135
Decimal 239 250 93
Hex EF FA 5D

RGB Percentages of Color #effa5d

%41.07
%42.96
%15.98

CMYK Percentages of Color #effa5d

%4
%0
%63
%2

Triadic Colors of #effa5d

#effa5d #5deffa #fa5def

Analogous Colors of #effa5d

#effa5d #a1fa5d #fab75d

Monochromatic Colors of #effa5d

#effa5d

Complementary Color

#effa5d #685dfa

#effa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa5d Color CSS Codes

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

#effa5d Text Font Color

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

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


#effa5d Background Color

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

This div background color is #effa5d


#effa5d Border Color

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

This div border color is #effa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa5d


Comments

No comments written yet.

Please login to write comment.