Color Hex Logo

#11afac Color Hex

#11AFAC
(17,175,172)
0 Favorites   0 Comments

Color spaces of #11afac

RGB 17175172
HSL0.500.820.38
HSV179°90°69°
CMYK 0.900.000.02   0.31
XYZ23.007533.757744.3330
Yxy33.75770.22760.3339
Hunter Lab58.1014-30.9934-4.5690
CIE-Lab64.7698-36.5340-8.9773

#11afac color RGB value is (17,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 10101100
Octal 21 257 254
Decimal 17 175 172
Hex 11 AF AC

RGB Percentages of Color #11afac

%4.67
%48.08
%47.25

CMYK Percentages of Color #11afac

%90
%0
%2
%31

Triadic Colors of #11afac

#11afac #ac11af #afac11

Analogous Colors of #11afac

#11afac #1163af #11af5d

Monochromatic Colors of #11afac

#11afac

Complementary Color

#11afac #af1114

#11afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afac Color CSS Codes

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

#11afac Text Font Color

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

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


#11afac Background Color

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

This div background color is #11afac


#11afac Border Color

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

This div border color is #11afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afac


Comments

No comments written yet.

Please login to write comment.