Color Hex Logo

#6aafa7 Color Hex

#6AAFA7
(106,175,167)
0 Favorites   0 Comments

Color spaces of #6aafa7

RGB 106175167
HSL0.480.300.55
HSV173°39°69°
CMYK 0.390.000.05   0.31
XYZ28.248936.514142.1183
Yxy36.51410.26430.3416
Hunter Lab60.4269-22.30030.9730
CIE-Lab66.9109-23.6989-2.7750

#6aafa7 color RGB value is (106,175,167).

#6aafa7 hex color red value is 106, green value is 175 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #6aafa7 hue: 0.48 , saturation: 0.30 and the lightness value of 6aafa7 is 0.55.

The process color (four color CMYK) of #6aafa7 color hex is 0.39, 0.00, 0.05, 0.31. Web safe color of #6aafa7 is #669999. Color #6aafa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 10100111
Octal 152 257 247
Decimal 106 175 167
Hex 6A AF A7

RGB Percentages of Color #6aafa7

%23.66
%39.06
%37.28

CMYK Percentages of Color #6aafa7

%39
%0
%5
%31

Triadic Colors of #6aafa7

#6aafa7 #a76aaf #afa76a

Analogous Colors of #6aafa7

#6aafa7 #6a95af #6aaf85

Monochromatic Colors of #6aafa7

#6aafa7

Complementary Color

#6aafa7 #af6a72

#6aafa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafa7 Color CSS Codes

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

#6aafa7 Text Font Color

<p style="color:#6aafa7">Text here</p>

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


#6aafa7 Background Color

<div style="background-color:#6aafa7">
Div content here</div>

This div background color is #6aafa7


#6aafa7 Border Color

<div style="border:3px solid #6aafa7">
Div here</div>

This div border color is #6aafa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafa7


Comments

No comments written yet.

Please login to write comment.