color codes Logo

#06bbaf color codes

#06BBAF
(6,187,175)
0 Favorites   0 Comments

Color spaces of #06bbaf

RGB 6187175
HSL0.490.940.38
HSV176°97°73°
CMYK 0.970.000.06   0.27
XYZ25.583338.674546.6740
Yxy38.67450.23060.3486
Hunter Lab62.1888-35.3989-0.9662
CIE-Lab68.5148-41.4564-5.0849

#06bbaf color RGB value is (6,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111011 10101111
Octal 6 273 257
Decimal 6 187 175
Hex 6 BB AF

RGB Percentages of Color #06bbaf

%1.63
%50.82
%47.55

CMYK Percentages of Color #06bbaf

%97
%0
%6
%27

Triadic Colors of #06bbaf

#06bbaf #af06bb #bbaf06

Analogous Colors of #06bbaf

#06bbaf #066dbb #06bb55

Monochromatic Colors of #06bbaf

#06bbaf

Complementary Color

#06bbaf #bb0612

#06bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bbaf Color CSS Codes

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

#06bbaf Text Font Color

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

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


#06bbaf Background Color

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

This div background color is #06bbaf


#06bbaf Border Color

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

This div border color is #06bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bbaf


Comments

No comments written yet.

Please login to write comment.