Color Hex Logo

#06af7a Color Hex

#06AF7A
(6,175,122)
0 Favorites   0 Comments

Color spaces of #06af7a

RGB 6175122
HSL0.450.930.35
HSV161°97°69°
CMYK 0.970.000.30   0.31
XYZ18.917932.103823.6119
Yxy32.10380.25350.4302
Hunter Lab56.6602-39.557214.9543
CIE-Lab63.4286-50.432716.7876

#06af7a color RGB value is (6,175,122).

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

The process color (four color CMYK) of #06af7a color hex is 0.97, 0.00, 0.30, 0.31. Web safe color of #06af7a is #009966. Color #06af7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101111 01111010
Octal 6 257 172
Decimal 6 175 122
Hex 6 AF 7A

RGB Percentages of Color #06af7a

%1.98
%57.76
%40.26

CMYK Percentages of Color #06af7a

%97
%0
%30
%31

Triadic Colors of #06af7a

#06af7a #7a06af #af7a06

Analogous Colors of #06af7a

#06af7a #0690af #06af26

Monochromatic Colors of #06af7a

#06af7a

Complementary Color

#06af7a #af063b

#06af7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06af7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06af7a Color CSS Codes

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

#06af7a Text Font Color

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

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


#06af7a Background Color

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

This div background color is #06af7a


#06af7a Border Color

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

This div border color is #06af7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06af7a


Comments

No comments written yet.

Please login to write comment.