Color Hex Logo

#07efac Color Hex

#07EFAC
(7,239,172)
0 Favorites   0 Comments

Color spaces of #07efac

RGB 7239172
HSL0.450.940.48
HSV163°97°94°
CMYK 0.970.000.28   0.06
XYZ38.400564.756749.5051
Yxy64.75670.25150.4242
Hunter Lab80.4715-55.646219.8556
CIE-Lab84.3582-62.946519.2419

#07efac color RGB value is (7,239,172).

#07efac hex color red value is 7, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #07efac hue: 0.45 , saturation: 0.94 and the lightness value of 07efac is 0.48.

The process color (four color CMYK) of #07efac color hex is 0.97, 0.00, 0.28, 0.06. Web safe color of #07efac is #00ff99. Color #07efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101111 10101100
Octal 7 357 254
Decimal 7 239 172
Hex 7 EF AC

RGB Percentages of Color #07efac

%1.67
%57.18
%41.15

CMYK Percentages of Color #07efac

%97
%0
%28
%6

Triadic Colors of #07efac

#07efac #ac07ef #efac07

Analogous Colors of #07efac

#07efac #07beef #07ef38

Monochromatic Colors of #07efac

#07efac

Complementary Color

#07efac #ef074a

#07efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#07efac Color CSS Codes

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

#07efac Text Font Color

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

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


#07efac Background Color

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

This div background color is #07efac


#07efac Border Color

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

This div border color is #07efac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,239,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07efac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07efac;
  -webkit-box-shadow: 1px 1px 3px 2px #07efac;
  box-shadow:         1px 1px 3px 2px #07efac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07efac


Comments

No comments written yet.

Please login to write comment.