Color Hex Logo

#06cbba Color Hex

#06CBBA
(6,203,186)
0 Favorites   0 Comments

Color spaces of #06cbba

RGB 6203186
HSL0.490.940.41
HSV175°97°80°
CMYK 0.970.000.08   0.20
XYZ30.294046.295853.7937
Yxy46.29580.23230.3551
Hunter Lab68.0410-39.59800.7536
CIE-Lab73.7371-45.2568-3.3889

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 10111010
Octal 6 313 272
Decimal 6 203 186
Hex 6 CB BA

RGB Percentages of Color #06cbba

%1.52
%51.39
%47.09

CMYK Percentages of Color #06cbba

%97
%0
%8
%20

Triadic Colors of #06cbba

#06cbba #ba06cb #cbba06

Analogous Colors of #06cbba

#06cbba #067acb #06cb57

Monochromatic Colors of #06cbba

#06cbba

Complementary Color

#06cbba #cb0617

#06cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbba Color CSS Codes

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

#06cbba Text Font Color

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

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


#06cbba Background Color

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

This div background color is #06cbba


#06cbba Border Color

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

This div border color is #06cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbba


Comments

No comments written yet.

Please login to write comment.