Color Hex Logo

#effd20 Color Hex

#EFFD20
(239,253,32)
0 Favorites   0 Comments

Color spaces of #effd20

RGB 23925332
HSL0.180.980.56
HSV64°87°99°
CMYK 0.060.000.87   0.01
XYZ70.982688.705614.7472
Yxy88.70560.40690.5085
Hunter Lab94.1837-30.292856.6450
CIE-Lab95.4573-26.782989.4576

#effd20 color RGB value is (239,253,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 00100000
Octal 357 375 40
Decimal 239 253 32
Hex EF FD 20

RGB Percentages of Color #effd20

%45.61
%48.28
%6.11

CMYK Percentages of Color #effd20

%6
%0
%87
%1

Triadic Colors of #effd20

#effd20 #20effd #fd20ef

Analogous Colors of #effd20

#effd20 #81fd20 #fd9d20

Monochromatic Colors of #effd20

#effd20

Complementary Color

#effd20 #2e20fd

#effd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd20 Color CSS Codes

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

#effd20 Text Font Color

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

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


#effd20 Background Color

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

This div background color is #effd20


#effd20 Border Color

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

This div border color is #effd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd20


Comments

No comments written yet.

Please login to write comment.