Color Hex Logo

#06dbaa Color Hex

#06DBAA
(6,219,170)
0 Favorites   0 Comments

Color spaces of #06dbaa

RGB 6219170
HSL0.460.950.44
HSV166°97°86°
CMYK 0.970.000.22   0.14
XYZ32.662353.604046.6553
Yxy53.60400.24570.4033
Hunter Lab73.2148-48.494013.4684
CIE-Lab78.2303-55.946111.6860

#06dbaa color RGB value is (6,219,170).

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

The process color (four color CMYK) of #06dbaa color hex is 0.97, 0.00, 0.22, 0.14. Web safe color of #06dbaa is #00cc99. Color #06dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 10101010
Octal 6 333 252
Decimal 6 219 170
Hex 6 DB AA

RGB Percentages of Color #06dbaa

%1.52
%55.44
%43.04

CMYK Percentages of Color #06dbaa

%97
%0
%22
%14

Triadic Colors of #06dbaa

#06dbaa #aa06db #dbaa06

Analogous Colors of #06dbaa

#06dbaa #06a2db #06db40

Monochromatic Colors of #06dbaa

#06dbaa

Complementary Color

#06dbaa #db0637

#06dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbaa Color CSS Codes

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

#06dbaa Text Font Color

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

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


#06dbaa Background Color

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

This div background color is #06dbaa


#06dbaa Border Color

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

This div border color is #06dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbaa


Comments

No comments written yet.

Please login to write comment.