Color Hex Logo

#07abaa Color Hex

#07ABAA
(7,171,170)
0 Favorites   0 Comments

Color spaces of #07abaa

RGB 7171170
HSL0.500.920.35
HSV180°96°67°
CMYK 0.960.000.01   0.33
XYZ21.906232.073343.0664
Yxy32.07330.22570.3305
Hunter Lab56.6333-30.0631-5.4434
CIE-Lab63.4034-35.6980-9.9077

#07abaa color RGB value is (7,171,170).

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

The process color (four color CMYK) of #07abaa color hex is 0.96, 0.00, 0.01, 0.33. Web safe color of #07abaa is #009999. Color #07abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101011 10101010
Octal 7 253 252
Decimal 7 171 170
Hex 7 AB AA

RGB Percentages of Color #07abaa

%2.01
%49.14
%48.85

CMYK Percentages of Color #07abaa

%96
%0
%1
%33

Triadic Colors of #07abaa

#07abaa #aa07ab #abaa07

Analogous Colors of #07abaa

#07abaa #075aab #07ab58

Monochromatic Colors of #07abaa

#07abaa

Complementary Color

#07abaa #ab0708

#07abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#07abaa Color CSS Codes

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

#07abaa Text Font Color

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

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


#07abaa Background Color

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

This div background color is #07abaa


#07abaa Border Color

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

This div border color is #07abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07abaa


Comments

No comments written yet.

Please login to write comment.