Color Hex Logo

#effd60 Color Hex

#EFFD60
(239,253,96)
0 Favorites   0 Comments

Color spaces of #effd60

RGB 23925396
HSL0.180.980.68
HSV65°62°99°
CMYK 0.060.000.62   0.01
XYZ72.833289.445824.4924
Yxy89.44580.39000.4789
Hunter Lab94.5758-28.044150.8487
CIE-Lab95.7664-24.206971.0671

#effd60 color RGB value is (239,253,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01100000
Octal 357 375 140
Decimal 239 253 96
Hex EF FD 60

RGB Percentages of Color #effd60

%40.65
%43.03
%16.33

CMYK Percentages of Color #effd60

%6
%0
%62
%1

Triadic Colors of #effd60

#effd60 #60effd #fd60ef

Analogous Colors of #effd60

#effd60 #a1fd60 #fdbd60

Monochromatic Colors of #effd60

#effd60

Complementary Color

#effd60 #6e60fd

#effd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd60 Color CSS Codes

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

#effd60 Text Font Color

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

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


#effd60 Background Color

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

This div background color is #effd60


#effd60 Border Color

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

This div border color is #effd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd60


Comments

No comments written yet.

Please login to write comment.