Color Hex Logo

#effd61 Color Hex

#EFFD61
(239,253,97)
0 Favorites   0 Comments

Color spaces of #effd61

RGB 23925397
HSL0.180.980.69
HSV65°62°99°
CMYK 0.060.000.62   0.01
XYZ72.879689.464324.7364
Yxy89.46430.38960.4782
Hunter Lab94.5856-27.987850.7041
CIE-Lab95.7741-24.143070.6778

#effd61 color RGB value is (239,253,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01100001
Octal 357 375 141
Decimal 239 253 97
Hex EF FD 61

RGB Percentages of Color #effd61

%40.58
%42.95
%16.47

CMYK Percentages of Color #effd61

%6
%0
%62
%1

Triadic Colors of #effd61

#effd61 #61effd #fd61ef

Analogous Colors of #effd61

#effd61 #a1fd61 #fdbd61

Monochromatic Colors of #effd61

#effd61

Complementary Color

#effd61 #6f61fd

#effd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd61 Color CSS Codes

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

#effd61 Text Font Color

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

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


#effd61 Background Color

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

This div background color is #effd61


#effd61 Border Color

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

This div border color is #effd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd61

Related Colors


Comments

No comments written yet.

Please login to write comment.