Color Hex Logo

#06cbca Color Hex

#06CBCA
(6,203,202)
0 Favorites   0 Comments

Color spaces of #06cbca

RGB 6203202
HSL0.500.940.41
HSV180°97°80°
CMYK 0.970.000.00   0.20
XYZ32.091747.014963.2605
Yxy47.01490.22540.3302
Hunter Lab68.5674-36.4494-6.7039
CIE-Lab74.1993-40.6227-11.3703

#06cbca color RGB value is (6,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 11001010
Octal 6 313 312
Decimal 6 203 202
Hex 6 CB CA

RGB Percentages of Color #06cbca

%1.46
%49.39
%49.15

CMYK Percentages of Color #06cbca

%97
%0
%0
%20

Triadic Colors of #06cbca

#06cbca #ca06cb #cbca06

Analogous Colors of #06cbca

#06cbca #066acb #06cb68

Monochromatic Colors of #06cbca

#06cbca

Complementary Color

#06cbca #cb0607

#06cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbca Color CSS Codes

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

#06cbca Text Font Color

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

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


#06cbca Background Color

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

This div background color is #06cbca


#06cbca Border Color

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

This div border color is #06cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbca


Comments

No comments written yet.

Please login to write comment.