Color Hex Logo

#effd05 Color Hex

#EFFD05
(239,253,5)
0 Favorites   0 Comments

Color spaces of #effd05

RGB 2392535
HSL0.180.980.51
HSV63°98°99°
CMYK 0.060.000.98   0.01
XYZ70.749388.612213.5186
Yxy88.61220.40920.5126
Hunter Lab94.1341-30.577557.3792
CIE-Lab95.4181-27.111792.3255

#effd05 color RGB value is (239,253,5).

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

The process color (four color CMYK) of #effd05 color hex is 0.06, 0.00, 0.98, 0.01. Web safe color of #effd05 is #ffff00. Color #effd05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 00000101
Octal 357 375 5
Decimal 239 253 5
Hex EF FD 5

RGB Percentages of Color #effd05

%48.09
%50.91
%1.01

CMYK Percentages of Color #effd05

%6
%0
%98
%1

Triadic Colors of #effd05

#effd05 #05effd #fd05ef

Analogous Colors of #effd05

#effd05 #73fd05 #fd8f05

Monochromatic Colors of #effd05

#effd05

Complementary Color

#effd05 #1305fd

#effd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd05 Color CSS Codes

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

#effd05 Text Font Color

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

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


#effd05 Background Color

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

This div background color is #effd05


#effd05 Border Color

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

This div border color is #effd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd05

Related Colors


Comments

No comments written yet.

Please login to write comment.