Color Hex Logo

#effd49 Color Hex

#EFFD49
(239,253,73)
0 Favorites   0 Comments

Color spaces of #effd49

RGB 23925373
HSL0.180.980.64
HSV65°71°99°
CMYK 0.060.000.71   0.01
XYZ71.924589.082319.7071
Yxy89.08230.39800.4929
Hunter Lab94.3834-29.145853.6887
CIE-Lab95.6148-25.464379.3076

#effd49 color RGB value is (239,253,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01001001
Octal 357 375 111
Decimal 239 253 73
Hex EF FD 49

RGB Percentages of Color #effd49

%42.30
%44.78
%12.92

CMYK Percentages of Color #effd49

%6
%0
%71
%1

Triadic Colors of #effd49

#effd49 #49effd #fd49ef

Analogous Colors of #effd49

#effd49 #95fd49 #fdb149

Monochromatic Colors of #effd49

#effd49

Complementary Color

#effd49 #5749fd

#effd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd49 Color CSS Codes

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

#effd49 Text Font Color

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

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


#effd49 Background Color

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

This div background color is #effd49


#effd49 Border Color

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

This div border color is #effd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd49


Comments

No comments written yet.

Please login to write comment.