Color Hex Logo

#06daac Color Hex

#06DAAC
(6,218,172)
0 Favorites   0 Comments

Color spaces of #06daac

RGB 6218172
HSL0.460.950.44
HSV167°97°85°
CMYK 0.970.000.21   0.15
XYZ32.592953.160147.5728
Yxy53.16010.24450.3987
Hunter Lab72.9110-47.800612.3523
CIE-Lab77.9694-55.070110.2543

#06daac color RGB value is (6,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011010 10101100
Octal 6 332 254
Decimal 6 218 172
Hex 6 DA AC

RGB Percentages of Color #06daac

%1.52
%55.05
%43.43

CMYK Percentages of Color #06daac

%97
%0
%21
%15

Triadic Colors of #06daac

#06daac #ac06da #daac06

Analogous Colors of #06daac

#06daac #069eda #06da42

Monochromatic Colors of #06daac

#06daac

Complementary Color

#06daac #da0634

#06daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#06daac Color CSS Codes

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

#06daac Text Font Color

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

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


#06daac Background Color

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

This div background color is #06daac


#06daac Border Color

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

This div border color is #06daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06daac


Comments

No comments written yet.

Please login to write comment.