Color Hex Logo

#06cabb Color Hex

#06CABB
(6,202,187)
0 Favorites   0 Comments

Color spaces of #06cabb

RGB 6202187
HSL0.490.940.41
HSV175°97°79°
CMYK 0.970.000.07   0.21
XYZ30.165345.867654.2772
Yxy45.86760.23150.3520
Hunter Lab67.7256-39.0151-0.1087
CIE-Lab73.4595-44.5449-4.3397

#06cabb color RGB value is (6,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 10111011
Octal 6 312 273
Decimal 6 202 187
Hex 6 CA BB

RGB Percentages of Color #06cabb

%1.52
%51.14
%47.34

CMYK Percentages of Color #06cabb

%97
%0
%7
%21

Triadic Colors of #06cabb

#06cabb #bb06ca #cabb06

Analogous Colors of #06cabb

#06cabb #0677ca #06ca59

Monochromatic Colors of #06cabb

#06cabb

Complementary Color

#06cabb #ca0615

#06cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cabb Color CSS Codes

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

#06cabb Text Font Color

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

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


#06cabb Background Color

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

This div background color is #06cabb


#06cabb Border Color

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

This div border color is #06cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cabb


Comments

No comments written yet.

Please login to write comment.