Color Hex Logo

#effd71 Color Hex

#EFFD71
(239,253,113)
0 Favorites   0 Comments

Color spaces of #effd71

RGB 239253113
HSL0.180.970.72
HSV66°55°99°
CMYK 0.060.000.55   0.01
XYZ73.702589.793529.0701
Yxy89.79350.38270.4663
Hunter Lab94.7594-26.994348.1427
CIE-Lab95.9110-23.017264.1670

#effd71 color RGB value is (239,253,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01110001
Octal 357 375 161
Decimal 239 253 113
Hex EF FD 71

RGB Percentages of Color #effd71

%39.50
%41.82
%18.68

CMYK Percentages of Color #effd71

%6
%0
%55
%1

Triadic Colors of #effd71

#effd71 #71effd #fd71ef

Analogous Colors of #effd71

#effd71 #a9fd71 #fdc571

Monochromatic Colors of #effd71

#effd71

Complementary Color

#effd71 #7f71fd

#effd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd71 Color CSS Codes

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

#effd71 Text Font Color

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

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


#effd71 Background Color

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

This div background color is #effd71


#effd71 Border Color

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

This div border color is #effd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd71

Related Colors


Comments

No comments written yet.

Please login to write comment.