Color Hex Logo

#07eaaf Color Hex

#07EAAF
(7,234,175)
0 Favorites   0 Comments

Color spaces of #07eaaf

RGB 7234175
HSL0.460.940.47
HSV164°97°92°
CMYK 0.970.000.25   0.08
XYZ37.248361.986050.5587
Yxy61.98600.24870.4138
Hunter Lab78.7312-53.329917.0377
CIE-Lab82.9060-60.421415.6547

#07eaaf color RGB value is (7,234,175).

#07eaaf hex color red value is 7, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #07eaaf hue: 0.46 , saturation: 0.94 and the lightness value of 07eaaf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101010 10101111
Octal 7 352 257
Decimal 7 234 175
Hex 7 EA AF

RGB Percentages of Color #07eaaf

%1.68
%56.25
%42.07

CMYK Percentages of Color #07eaaf

%97
%0
%25
%8

Triadic Colors of #07eaaf

#07eaaf #af07ea #eaaf07

Analogous Colors of #07eaaf

#07eaaf #07b4ea #07ea3e

Monochromatic Colors of #07eaaf

#07eaaf

Complementary Color

#07eaaf #ea0742

#07eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07eaaf Color CSS Codes

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

#07eaaf Text Font Color

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

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


#07eaaf Background Color

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

This div background color is #07eaaf


#07eaaf Border Color

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

This div border color is #07eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07eaaf


Comments

No comments written yet.

Please login to write comment.