color codes Logo

#11a2ab color codes

#11A2AB
(17,162,171)
0 Favorites   0 Comments

Color spaces of #11a2ab

RGB 17162171
HSL0.510.820.37
HSV184°90°67°
CMYK 0.900.050.00   0.33
XYZ20.502228.900143.0258
Yxy28.90010.22180.3127
Hunter Lab53.7588-26.0027-9.8215
CIE-Lab60.6934-30.7110-14.5341

#11a2ab color RGB value is (17,162,171).

#11a2ab hex color red value is 17, green value is 162 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #11a2ab hue: 0.51 , saturation: 0.82 and the lightness value of 11a2ab is 0.37.

The process color (four color CMYK) of #11a2ab color code is 0.90, 0.05, 0.00, 0.33. Web safe color of #11a2ab is #009999. Color #11a2ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10100010 10101011
Octal 21 242 253
Decimal 17 162 171
Hex 11 A2 AB

RGB Percentages of Color #11a2ab

%4.86
%46.29
%48.86

CMYK Percentages of Color #11a2ab

%90
%5
%0
%33

Triadic Colors of #11a2ab

#11a2ab #ab11a2 #a2ab11

Analogous Colors of #11a2ab

#11a2ab #1155ab #11ab67

Monochromatic Colors of #11a2ab

#11a2ab

Complementary Color

#11a2ab #ab1a11

#11a2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11a2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#11a2ab Color CSS Codes

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

#11a2ab Text Font Color

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

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


#11a2ab Background Color

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

This div background color is #11a2ab


#11a2ab Border Color

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

This div border color is #11a2ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,162,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 #11a2ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11a2ab


Comments

No comments written yet.

Please login to write comment.