Color Hex Logo

#effd58 Color Hex

#EFFD58
(239,253,88)
0 Favorites   0 Comments

Color spaces of #effd58

RGB 23925388
HSL0.180.980.67
HSV65°65°99°
CMYK 0.060.000.65   0.01
XYZ72.483389.305922.6500
Yxy89.30590.39300.4842
Hunter Lab94.5018-28.467951.9408
CIE-Lab95.7081-24.689574.0963

#effd58 color RGB value is (239,253,88).

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

The process color (four color CMYK) of #effd58 color hex is 0.06, 0.00, 0.65, 0.01. Web safe color of #effd58 is #ffff66. Color #effd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01011000
Octal 357 375 130
Decimal 239 253 88
Hex EF FD 58

RGB Percentages of Color #effd58

%41.21
%43.62
%15.17

CMYK Percentages of Color #effd58

%6
%0
%65
%1

Triadic Colors of #effd58

#effd58 #58effd #fd58ef

Analogous Colors of #effd58

#effd58 #9dfd58 #fdb958

Monochromatic Colors of #effd58

#effd58

Complementary Color

#effd58 #6658fd

#effd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd58 Color CSS Codes

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

#effd58 Text Font Color

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

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


#effd58 Background Color

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

This div background color is #effd58


#effd58 Border Color

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

This div border color is #effd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd58


Comments

No comments written yet.

Please login to write comment.