Color Hex Logo

#11aca8 Color Hex

#11ACA8
(17,172,168)
0 Favorites   0 Comments

Color spaces of #11aca8

RGB 17172168
HSL0.500.820.37
HSV178°90°67°
CMYK 0.900.000.02   0.33
XYZ22.051632.451442.1473
Yxy32.45140.22820.3358
Hunter Lab56.9661-30.5933-3.9904
CIE-Lab63.7142-36.3609-8.3200

#11aca8 color RGB value is (17,172,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 10101000
Octal 21 254 250
Decimal 17 172 168
Hex 11 AC A8

RGB Percentages of Color #11aca8

%4.76
%48.18
%47.06

CMYK Percentages of Color #11aca8

%90
%0
%2
%33

Triadic Colors of #11aca8

#11aca8 #a811ac #aca811

Analogous Colors of #11aca8

#11aca8 #1162ac #11ac5b

Monochromatic Colors of #11aca8

#11aca8

Complementary Color

#11aca8 #ac1115

#11aca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aca8 Color CSS Codes

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

#11aca8 Text Font Color

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

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


#11aca8 Background Color

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

This div background color is #11aca8


#11aca8 Border Color

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

This div border color is #11aca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aca8


Comments

No comments written yet.

Please login to write comment.