Color Hex Logo

#06cabe Color Hex

#06CABE
(6,202,190)
0 Favorites   0 Comments

Color spaces of #06cabe

RGB 6202190
HSL0.490.940.41
HSV176°97°79°
CMYK 0.970.000.06   0.21
XYZ30.489945.997555.9866
Yxy45.99750.23020.3472
Hunter Lab67.8215-38.4409-1.4689
CIE-Lab73.5439-43.6896-5.8418

#06cabe color RGB value is (6,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 10111110
Octal 6 312 276
Decimal 6 202 190
Hex 6 CA BE

RGB Percentages of Color #06cabe

%1.51
%50.75
%47.74

CMYK Percentages of Color #06cabe

%97
%0
%6
%21

Triadic Colors of #06cabe

#06cabe #be06ca #cabe06

Analogous Colors of #06cabe

#06cabe #0674ca #06ca5c

Monochromatic Colors of #06cabe

#06cabe

Complementary Color

#06cabe #ca0612

#06cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cabe Color CSS Codes

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

#06cabe Text Font Color

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

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


#06cabe Background Color

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

This div background color is #06cabe


#06cabe Border Color

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

This div border color is #06cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cabe


Comments

No comments written yet.

Please login to write comment.