Color Hex Logo

#06aa8d Color Hex

#06AA8D
(6,170,141)
0 Favorites   0 Comments

Color spaces of #06aa8d

RGB 6170141
HSL0.470.930.35
HSV169°96°67°
CMYK 0.960.000.17   0.33
XYZ19.257530.711330.1122
Yxy30.71130.24050.3835
Hunter Lab55.4178-34.95296.5762
CIE-Lab62.2632-43.67284.6326

#06aa8d color RGB value is (6,170,141).

#06aa8d hex color red value is 6, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #06aa8d hue: 0.47 , saturation: 0.93 and the lightness value of 06aa8d is 0.35.

The process color (four color CMYK) of #06aa8d color hex is 0.96, 0.00, 0.17, 0.33. Web safe color of #06aa8d is #009999. Color #06aa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101010 10001101
Octal 6 252 215
Decimal 6 170 141
Hex 6 AA 8D

RGB Percentages of Color #06aa8d

%1.89
%53.63
%44.48

CMYK Percentages of Color #06aa8d

%96
%0
%17
%33

Triadic Colors of #06aa8d

#06aa8d #8d06aa #aa8d06

Analogous Colors of #06aa8d

#06aa8d #0675aa #06aa3b

Monochromatic Colors of #06aa8d

#06aa8d

Complementary Color

#06aa8d #aa0623

#06aa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aa8d Color CSS Codes

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

#06aa8d Text Font Color

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

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


#06aa8d Background Color

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

This div background color is #06aa8d


#06aa8d Border Color

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

This div border color is #06aa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aa8d


Comments

No comments written yet.

Please login to write comment.