Color Hex Logo

#11afad Color Hex

#11AFAD
(17,175,173)
0 Favorites   0 Comments

Color spaces of #11afad

RGB 17175173
HSL0.500.820.38
HSV179°90°69°
CMYK 0.900.000.01   0.31
XYZ23.104033.796244.8408
Yxy33.79620.22710.3322
Hunter Lab58.1345-30.7953-5.0379
CIE-Lab64.8005-36.2312-9.4882

#11afad color RGB value is (17,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 10101101
Octal 21 257 255
Decimal 17 175 173
Hex 11 AF AD

RGB Percentages of Color #11afad

%4.66
%47.95
%47.40

CMYK Percentages of Color #11afad

%90
%0
%1
%31

Triadic Colors of #11afad

#11afad #ad11af #afad11

Analogous Colors of #11afad

#11afad #1162af #11af5e

Monochromatic Colors of #11afad

#11afad

Complementary Color

#11afad #af1113

#11afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afad Color CSS Codes

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

#11afad Text Font Color

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

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


#11afad Background Color

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

This div background color is #11afad


#11afad Border Color

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

This div border color is #11afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afad


Comments

No comments written yet.

Please login to write comment.