Color Hex Logo

#6af8ab Color Hex

#6AF8AB
(106,248,171)
0 Favorites   0 Comments

Color spaces of #6af8ab

RGB 106248171
HSL0.410.910.69
HSV147°57°97°
CMYK 0.570.000.31   0.03
XYZ46.861973.139250.1755
Yxy73.13920.27540.4298
Hunter Lab85.5215-51.852625.0795
CIE-Lab88.5141-55.491625.7161

#6af8ab color RGB value is (106,248,171).

#6af8ab hex color red value is 106, green value is 248 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6af8ab hue: 0.41 , saturation: 0.91 and the lightness value of 6af8ab is 0.69.

The process color (four color CMYK) of #6af8ab color hex is 0.57, 0.00, 0.31, 0.03. Web safe color of #6af8ab is #66ff99. Color #6af8ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111000 10101011
Octal 152 370 253
Decimal 106 248 171
Hex 6A F8 AB

RGB Percentages of Color #6af8ab

%20.19
%47.24
%32.57

CMYK Percentages of Color #6af8ab

%57
%0
%31
%3

Triadic Colors of #6af8ab

#6af8ab #ab6af8 #f8ab6a

Analogous Colors of #6af8ab

#6af8ab #6af8f2 #70f86a

Monochromatic Colors of #6af8ab

#6af8ab

Complementary Color

#6af8ab #f86ab7

#6af8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af8ab Color CSS Codes

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

#6af8ab Text Font Color

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

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


#6af8ab Background Color

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

This div background color is #6af8ab


#6af8ab Border Color

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

This div border color is #6af8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af8ab


Comments

No comments written yet.

Please login to write comment.