Color Hex Logo

#effd2a Color Hex

#EFFD2A
(239,253,42)
0 Favorites   0 Comments

Color spaces of #effd2a

RGB 23925342
HSL0.180.980.58
HSV64°83°99°
CMYK 0.060.000.83   0.01
XYZ71.139888.768415.5750
Yxy88.76840.40540.5059
Hunter Lab94.2170-30.100956.1507
CIE-Lab95.4835-26.561687.6160

#effd2a color RGB value is (239,253,42).

#effd2a hex color red value is 239, green value is 253 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #effd2a hue: 0.18 , saturation: 0.98 and the lightness value of effd2a is 0.58.

The process color (four color CMYK) of #effd2a color hex is 0.06, 0.00, 0.83, 0.01. Web safe color of #effd2a is #ffff33. Color #effd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 00101010
Octal 357 375 52
Decimal 239 253 42
Hex EF FD 2A

RGB Percentages of Color #effd2a

%44.76
%47.38
%7.87

CMYK Percentages of Color #effd2a

%6
%0
%83
%1

Triadic Colors of #effd2a

#effd2a #2aeffd #fd2aef

Analogous Colors of #effd2a

#effd2a #86fd2a #fda22a

Monochromatic Colors of #effd2a

#effd2a

Complementary Color

#effd2a #382afd

#effd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd2a Color CSS Codes

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

#effd2a Text Font Color

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

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


#effd2a Background Color

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

This div background color is #effd2a


#effd2a Border Color

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

This div border color is #effd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd2a

Related Colors


Comments

No comments written yet.

Please login to write comment.