Color Hex Logo

#07abab Color Hex

#07ABAB
(7,171,171)
0 Favorites   0 Comments

Color spaces of #07abab

RGB 7171171
HSL0.500.920.35
HSV180°96°67°
CMYK 0.960.000.00   0.33
XYZ22.001232.111343.5666
Yxy32.11130.22520.3287
Hunter Lab56.6668-29.8634-5.9166
CIE-Lab63.4348-35.3906-10.4199

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101011 10101011
Octal 7 253 253
Decimal 7 171 171
Hex 7 AB AB

RGB Percentages of Color #07abab

%2.01
%49.00
%49.00

CMYK Percentages of Color #07abab

%96
%0
%0
%33

Triadic Colors of #07abab

#07abab #ab07ab #abab07

Analogous Colors of #07abab

#07abab #0759ab #07ab59

Monochromatic Colors of #07abab

#07abab

Complementary Color

#07abab #ab0707

#07abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#07abab Color CSS Codes

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

#07abab Text Font Color

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

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


#07abab Background Color

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

This div background color is #07abab


#07abab Border Color

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

This div border color is #07abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07abab


Comments

No comments written yet.

Please login to write comment.