Color Hex Logo

#06abab Color Hex

#06ABAB
(6,171,171)
0 Favorites   0 Comments

Color spaces of #06abab

RGB 6171171
HSL0.500.930.35
HSV180°96°67°
CMYK 0.960.000.00   0.33
XYZ21.988732.104843.5660
Yxy32.10480.22520.3287
Hunter Lab56.6611-29.8857-5.9246
CIE-Lab63.4294-35.4256-10.4284

#06abab color RGB value is (6,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 10101011
Octal 6 253 253
Decimal 6 171 171
Hex 6 AB AB

RGB Percentages of Color #06abab

%1.72
%49.14
%49.14

CMYK Percentages of Color #06abab

%96
%0
%0
%33

Triadic Colors of #06abab

#06abab #ab06ab #abab06

Analogous Colors of #06abab

#06abab #0658ab #06ab59

Monochromatic Colors of #06abab

#06abab

Complementary Color

#06abab #ab0606

#06abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abab Color CSS Codes

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

#06abab Text Font Color

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

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


#06abab Background Color

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

This div background color is #06abab


#06abab Border Color

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

This div border color is #06abab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,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 #06abab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abab


Comments

No comments written yet.

Please login to write comment.