Color Hex Logo

#6acfab Color Hex

#6ACFAB
(106,207,171)
0 Favorites   0 Comments

Color spaces of #6acfab

RGB 106207171
HSL0.440.510.61
HSV159°49°81°
CMYK 0.490.000.17   0.19
XYZ35.607450.630146.4240
Yxy50.63010.26840.3816
Hunter Lab71.1548-35.195711.1254
CIE-Lab76.4544-38.06688.8738

#6acfab color RGB value is (106,207,171).

#6acfab hex color red value is 106, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6acfab hue: 0.44 , saturation: 0.51 and the lightness value of 6acfab is 0.61.

The process color (four color CMYK) of #6acfab color hex is 0.49, 0.00, 0.17, 0.19. Web safe color of #6acfab is #66cc99. Color #6acfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001111 10101011
Octal 152 317 253
Decimal 106 207 171
Hex 6A CF AB

RGB Percentages of Color #6acfab

%21.90
%42.77
%35.33

CMYK Percentages of Color #6acfab

%49
%0
%17
%19

Triadic Colors of #6acfab

#6acfab #ab6acf #cfab6a

Analogous Colors of #6acfab

#6acfab #6ac1cf #6acf79

Monochromatic Colors of #6acfab

#6acfab

Complementary Color

#6acfab #cf6a8e

#6acfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acfab Color CSS Codes

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

#6acfab Text Font Color

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

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


#6acfab Background Color

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

This div background color is #6acfab


#6acfab Border Color

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

This div border color is #6acfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,207,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 #6acfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acfab


Comments

No comments written yet.

Please login to write comment.