Color Hex Logo

#11afaa Color Hex

#11AFAA
(17,175,170)
0 Favorites   0 Comments

Color spaces of #11afaa

RGB 17175170
HSL0.490.820.38
HSV178°90°69°
CMYK 0.900.000.03   0.31
XYZ22.816833.681443.3288
Yxy33.68140.22860.3374
Hunter Lab58.0357-31.3849-3.6403
CIE-Lab64.7089-37.1348-7.9545

#11afaa color RGB value is (17,175,170).

#11afaa hex color red value is 17, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #11afaa hue: 0.49 , saturation: 0.82 and the lightness value of 11afaa is 0.38.

The process color (four color CMYK) of #11afaa color hex is 0.90, 0.00, 0.03, 0.31. Web safe color of #11afaa is #009999. Color #11afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 10101010
Octal 21 257 252
Decimal 17 175 170
Hex 11 AF AA

RGB Percentages of Color #11afaa

%4.70
%48.34
%46.96

CMYK Percentages of Color #11afaa

%90
%0
%3
%31

Triadic Colors of #11afaa

#11afaa #aa11af #afaa11

Analogous Colors of #11afaa

#11afaa #1165af #11af5b

Monochromatic Colors of #11afaa

#11afaa

Complementary Color

#11afaa #af1116

#11afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afaa Color CSS Codes

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

#11afaa Text Font Color

<p style="color:#11afaa">Text here</p>

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


#11afaa Background Color

<div style="background-color:#11afaa">
Div content here</div>

This div background color is #11afaa


#11afaa Border Color

<div style="border:3px solid #11afaa">
Div here</div>

This div border color is #11afaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,175,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11afaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11afaa;
  -webkit-box-shadow: 1px 1px 3px 2px #11afaa;
  box-shadow:         1px 1px 3px 2px #11afaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afaa


Comments

No comments written yet.

Please login to write comment.