Color Hex Logo

#efff70 Color Hex

#EFFF70
(239,255,112)
0 Favorites   0 Comments

Color spaces of #efff70

RGB 239255112
HSL0.191.000.72
HSV67°56°100°
CMYK 0.060.000.56   0.00
XYZ74.281291.040628.9868
Yxy91.04060.38230.4685
Hunter Lab95.4152-28.013548.7785
CIE-Lab96.4268-24.041065.1793

#efff70 color RGB value is (239,255,112).

#efff70 hex color red value is 239, green value is 255 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efff70 hue: 0.19 , saturation: 1.00 and the lightness value of efff70 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 01110000
Octal 357 377 160
Decimal 239 255 112
Hex EF FF 70

RGB Percentages of Color #efff70

%39.44
%42.08
%18.48

CMYK Percentages of Color #efff70

%6
%0
%56
%0

Triadic Colors of #efff70

#efff70 #70efff #ff70ef

Analogous Colors of #efff70

#efff70 #a8ff70 #ffc870

Monochromatic Colors of #efff70

#efff70

Complementary Color

#efff70 #8070ff

#efff70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff70 Color CSS Codes

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

#efff70 Text Font Color

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

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


#efff70 Background Color

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

This div background color is #efff70


#efff70 Border Color

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

This div border color is #efff70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff70

Related Colors


Comments

No comments written yet.

Please login to write comment.