color codes Logo

#06bfab color codes

#06BFAB
(6,191,171)
0 Favorites   0 Comments

Color spaces of #06bfab

RGB 6191171
HSL0.480.940.39
HSV174°97°75°
CMYK 0.970.000.10   0.25
XYZ26.056640.240644.9220
Yxy40.24060.23430.3618
Hunter Lab63.4355-37.69192.4185
CIE-Lab69.6406-44.3300-1.2330

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

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

The process color (four color CMYK) of #06bfab color code is 0.97, 0.00, 0.10, 0.25. Web safe color of #06bfab is #00cc99. Color #06bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111111 10101011
Octal 6 277 253
Decimal 6 191 171
Hex 6 BF AB

RGB Percentages of Color #06bfab

%1.63
%51.90
%46.47

CMYK Percentages of Color #06bfab

%97
%0
%10
%25

Triadic Colors of #06bfab

#06bfab #ab06bf #bfab06

Analogous Colors of #06bfab

#06bfab #0677bf #06bf4e

Monochromatic Colors of #06bfab

#06bfab

Complementary Color

#06bfab #bf061a

#06bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bfab Color CSS Codes

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

#06bfab Text Font Color

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

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


#06bfab Background Color

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

This div background color is #06bfab


#06bfab Border Color

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

This div border color is #06bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bfab


Comments

No comments written yet.

Please login to write comment.