Color Hex Logo

#06b9ab Color Hex

#06B9AB
(6,185,171)
0 Favorites   0 Comments

Color spaces of #06b9ab

RGB 6185171
HSL0.490.940.37
HSV175°97°73°
CMYK 0.970.000.08   0.27
XYZ24.774837.676944.4947
Yxy37.67690.23170.3523
Hunter Lab61.3815-35.3715-0.0115
CIE-Lab67.7818-41.7341-3.9642

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

#06b9ab hex color red value is 6, green value is 185 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #06b9ab hue: 0.49 , saturation: 0.94 and the lightness value of 06b9ab is 0.37.

The process color (four color CMYK) of #06b9ab color hex is 0.97, 0.00, 0.08, 0.27. Web safe color of #06b9ab is #00cc99. Color #06b9ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111001 10101011
Octal 6 271 253
Decimal 6 185 171
Hex 6 B9 AB

RGB Percentages of Color #06b9ab

%1.66
%51.10
%47.24

CMYK Percentages of Color #06b9ab

%97
%0
%8
%27

Triadic Colors of #06b9ab

#06b9ab #ab06b9 #b9ab06

Analogous Colors of #06b9ab

#06b9ab #066eb9 #06b951

Monochromatic Colors of #06b9ab

#06b9ab

Complementary Color

#06b9ab #b90614

#06b9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06b9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06b9ab Color CSS Codes

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

#06b9ab Text Font Color

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

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


#06b9ab Background Color

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

This div background color is #06b9ab


#06b9ab Border Color

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

This div border color is #06b9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06b9ab


Comments

No comments written yet.

Please login to write comment.