Color Hex Logo

#effd62 Color Hex

#EFFD62
(239,253,98)
0 Favorites   0 Comments

Color spaces of #effd62

RGB 23925398
HSL0.180.970.69
HSV65°61°99°
CMYK 0.060.000.61   0.01
XYZ72.926589.483124.9836
Yxy89.48310.38920.4775
Hunter Lab94.5955-27.931250.5578
CIE-Lab95.7819-24.078670.2861

#effd62 color RGB value is (239,253,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01100010
Octal 357 375 142
Decimal 239 253 98
Hex EF FD 62

RGB Percentages of Color #effd62

%40.51
%42.88
%16.61

CMYK Percentages of Color #effd62

%6
%0
%61
%1

Triadic Colors of #effd62

#effd62 #62effd #fd62ef

Analogous Colors of #effd62

#effd62 #a2fd62 #fdbe62

Monochromatic Colors of #effd62

#effd62

Complementary Color

#effd62 #7062fd

#effd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd62 Color CSS Codes

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

#effd62 Text Font Color

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

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


#effd62 Background Color

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

This div background color is #effd62


#effd62 Border Color

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

This div border color is #effd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd62

Related Colors


Comments

No comments written yet.

Please login to write comment.