Color Hex Logo

#06baba Color Hex

#06BABA
(6,186,186)
0 Favorites   0 Comments

Color spaces of #06baba

RGB 6186186
HSL0.500.940.38
HSV180°97°73°
CMYK 0.970.000.00   0.27
XYZ26.496938.701752.5280
Yxy38.70170.22510.3287
Hunter Lab62.2107-32.8416-6.5144
CIE-Lab68.5346-37.7438-11.1087

#06baba color RGB value is (6,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111010 10111010
Octal 6 272 272
Decimal 6 186 186
Hex 6 BA BA

RGB Percentages of Color #06baba

%1.59
%49.21
%49.21

CMYK Percentages of Color #06baba

%97
%0
%0
%27

Triadic Colors of #06baba

#06baba #ba06ba #baba06

Analogous Colors of #06baba

#06baba #0660ba #06ba60

Monochromatic Colors of #06baba

#06baba

Complementary Color

#06baba #ba0606

#06baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06baba Color CSS Codes

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

#06baba Text Font Color

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

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


#06baba Background Color

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

This div background color is #06baba


#06baba Border Color

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

This div border color is #06baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06baba

#06baba Color Palettes


Comments

No comments written yet.

Please login to write comment.