Color Hex Logo

#effd4e Color Hex

#EFFD4E
(239,253,78)
0 Favorites   0 Comments

Color spaces of #effd4e

RGB 23925378
HSL0.180.980.65
HSV65°69°99°
CMYK 0.060.000.69   0.01
XYZ72.097089.151320.6157
Yxy89.15130.39640.4902
Hunter Lab94.4200-28.936353.1486
CIE-Lab95.6436-25.224577.6447

#effd4e color RGB value is (239,253,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01001110
Octal 357 375 116
Decimal 239 253 78
Hex EF FD 4E

RGB Percentages of Color #effd4e

%41.93
%44.39
%13.68

CMYK Percentages of Color #effd4e

%6
%0
%69
%1

Triadic Colors of #effd4e

#effd4e #4eeffd #fd4eef

Analogous Colors of #effd4e

#effd4e #98fd4e #fdb44e

Monochromatic Colors of #effd4e

#effd4e

Complementary Color

#effd4e #5c4efd

#effd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd4e Color CSS Codes

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

#effd4e Text Font Color

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

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


#effd4e Background Color

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

This div background color is #effd4e


#effd4e Border Color

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

This div border color is #effd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd4e


Comments

No comments written yet.

Please login to write comment.