Color Hex Logo

#effa75 Color Hex

#EFFA75
(239,250,117)
0 Favorites   0 Comments

Color spaces of #effa75

RGB 239250117
HSL0.180.930.72
HSV65°53°98°
CMYK 0.040.000.53   0.02
XYZ72.993188.006329.9694
Yxy88.00630.38220.4608
Hunter Lab93.8117-25.282946.7272
CIE-Lab95.1636-21.274061.5638

#effa75 color RGB value is (239,250,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 01110101
Octal 357 372 165
Decimal 239 250 117
Hex EF FA 75

RGB Percentages of Color #effa75

%39.44
%41.25
%19.31

CMYK Percentages of Color #effa75

%4
%0
%53
%2

Triadic Colors of #effa75

#effa75 #75effa #fa75ef

Analogous Colors of #effa75

#effa75 #adfa75 #fac375

Monochromatic Colors of #effa75

#effa75

Complementary Color

#effa75 #8075fa

#effa75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa75 Color CSS Codes

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

#effa75 Text Font Color

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

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


#effa75 Background Color

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

This div background color is #effa75


#effa75 Border Color

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

This div border color is #effa75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa75

Related Colors


Comments

No comments written yet.

Please login to write comment.