Color Hex Logo

#06cbbc Color Hex

#06CBBC
(6,203,188)
0 Favorites   0 Comments

Color spaces of #06cbbc

RGB 6203188
HSL0.490.940.41
HSV175°97°80°
CMYK 0.970.000.07   0.20
XYZ30.508146.381454.9215
Yxy46.38140.23150.3519
Hunter Lab68.1039-39.2202-0.1409
CIE-Lab73.7923-44.6923-4.3909

#06cbbc color RGB value is (6,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 10111100
Octal 6 313 274
Decimal 6 203 188
Hex 6 CB BC

RGB Percentages of Color #06cbbc

%1.51
%51.13
%47.36

CMYK Percentages of Color #06cbbc

%97
%0
%7
%20

Triadic Colors of #06cbbc

#06cbbc #bc06cb #cbbc06

Analogous Colors of #06cbbc

#06cbbc #0678cb #06cb5a

Monochromatic Colors of #06cbbc

#06cbbc

Complementary Color

#06cbbc #cb0615

#06cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbbc Color CSS Codes

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

#06cbbc Text Font Color

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

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


#06cbbc Background Color

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

This div background color is #06cbbc


#06cbbc Border Color

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

This div border color is #06cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbbc


Comments

No comments written yet.

Please login to write comment.