Color Hex Logo

#06daba Color Hex

#06DABA
(6,218,186)
0 Favorites   0 Comments

Color spaces of #06daba

RGB 6218186
HSL0.470.950.44
HSV171°97°85°
CMYK 0.970.000.15   0.15
XYZ34.009453.726755.0322
Yxy53.72670.23820.3763
Hunter Lab73.2985-45.45116.7943
CIE-Lab78.3021-51.50583.2777

#06daba color RGB value is (6,218,186).

#06daba hex color red value is 6, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #06daba hue: 0.47 , saturation: 0.95 and the lightness value of 06daba is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 10111010
Octal 6 332 272
Decimal 6 218 186
Hex 6 DA BA

RGB Percentages of Color #06daba

%1.46
%53.17
%45.37

CMYK Percentages of Color #06daba

%97
%0
%15
%15

Triadic Colors of #06daba

#06daba #ba06da #daba06

Analogous Colors of #06daba

#06daba #0690da #06da50

Monochromatic Colors of #06daba

#06daba

Complementary Color

#06daba #da0626

#06daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06daba Color CSS Codes

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

#06daba Text Font Color

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

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


#06daba Background Color

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

This div background color is #06daba


#06daba Border Color

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

This div border color is #06daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06daba


Comments

No comments written yet.

Please login to write comment.