Color Hex Logo

#07a98f Color Hex

#07A98F
(7,169,143)
0 Favorites   0 Comments

Color spaces of #07a98f

RGB 7169143
HSL0.470.920.35
HSV170°96°66°
CMYK 0.960.000.15   0.34
XYZ19.233530.404330.8415
Yxy30.40430.23900.3778
Hunter Lab55.1401-34.23235.4354
CIE-Lab62.0015-42.66713.1379

#07a98f color RGB value is (7,169,143).

#07a98f hex color red value is 7, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #07a98f hue: 0.47 , saturation: 0.92 and the lightness value of 07a98f is 0.35.

The process color (four color CMYK) of #07a98f color hex is 0.96, 0.00, 0.15, 0.34. Web safe color of #07a98f is #009999. Color #07a98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101001 10001111
Octal 7 251 217
Decimal 7 169 143
Hex 7 A9 8F

RGB Percentages of Color #07a98f

%2.19
%52.98
%44.83

CMYK Percentages of Color #07a98f

%96
%0
%15
%34

Triadic Colors of #07a98f

#07a98f #8f07a9 #a98f07

Analogous Colors of #07a98f

#07a98f #0772a9 #07a93e

Monochromatic Colors of #07a98f

#07a98f

Complementary Color

#07a98f #a90721

#07a98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a98f Color CSS Codes

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

#07a98f Text Font Color

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

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


#07a98f Background Color

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

This div background color is #07a98f


#07a98f Border Color

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

This div border color is #07a98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a98f


Comments

No comments written yet.

Please login to write comment.