Color Hex Logo

#06adaa Color Hex

#06ADAA
(6,173,170)
0 Favorites   0 Comments

Color spaces of #06adaa

RGB 6173170
HSL0.500.930.35
HSV179°97°68°
CMYK 0.970.000.02   0.32
XYZ22.274432.828143.1927
Yxy32.82810.22660.3340
Hunter Lab57.2958-30.8738-4.5890
CIE-Lab64.0215-36.6540-8.9855

#06adaa color RGB value is (6,173,170).

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

The process color (four color CMYK) of #06adaa color hex is 0.97, 0.00, 0.02, 0.32. Web safe color of #06adaa is #009999. Color #06adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101101 10101010
Octal 6 255 252
Decimal 6 173 170
Hex 6 AD AA

RGB Percentages of Color #06adaa

%1.72
%49.57
%48.71

CMYK Percentages of Color #06adaa

%97
%0
%2
%32

Triadic Colors of #06adaa

#06adaa #aa06ad #adaa06

Analogous Colors of #06adaa

#06adaa #065dad #06ad57

Monochromatic Colors of #06adaa

#06adaa

Complementary Color

#06adaa #ad0609

#06adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06adaa Color CSS Codes

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

#06adaa Text Font Color

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

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


#06adaa Background Color

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

This div background color is #06adaa


#06adaa Border Color

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

This div border color is #06adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06adaa


Comments

No comments written yet.

Please login to write comment.