Color Hex Logo

#effa71 Color Hex

#EFFA71
(239,250,113)
0 Favorites   0 Comments

Color spaces of #effa71

RGB 239250113
HSL0.180.930.71
HSV65°55°98°
CMYK 0.040.000.55   0.02
XYZ72.762887.914228.7569
Yxy87.91420.38410.4641
Hunter Lab93.7626-25.562747.4496
CIE-Lab95.1248-21.588863.2756

#effa71 color RGB value is (239,250,113).

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

The process color (four color CMYK) of #effa71 color hex is 0.04, 0.00, 0.55, 0.02. Web safe color of #effa71 is #ffff66. Color #effa71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 01110001
Octal 357 372 161
Decimal 239 250 113
Hex EF FA 71

RGB Percentages of Color #effa71

%39.70
%41.53
%18.77

CMYK Percentages of Color #effa71

%4
%0
%55
%2

Triadic Colors of #effa71

#effa71 #71effa #fa71ef

Analogous Colors of #effa71

#effa71 #abfa71 #fac171

Monochromatic Colors of #effa71

#effa71

Complementary Color

#effa71 #7c71fa

#effa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa71 Color CSS Codes

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

#effa71 Text Font Color

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

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


#effa71 Background Color

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

This div background color is #effa71


#effa71 Border Color

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

This div border color is #effa71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,250,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 #effa71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa71

Related Colors


Comments

No comments written yet.

Please login to write comment.