Color Hex Logo

#11ada8 Color Hex

#11ADA8
(17,173,168)
0 Favorites   0 Comments

Color spaces of #11ada8

RGB 17173168
HSL0.490.820.37
HSV178°90°68°
CMYK 0.900.000.03   0.32
XYZ22.242632.833542.2110
Yxy32.83350.22860.3375
Hunter Lab57.3005-30.9868-3.5662
CIE-Lab64.0259-36.8197-7.8560

#11ada8 color RGB value is (17,173,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 10101000
Octal 21 255 250
Decimal 17 173 168
Hex 11 AD A8

RGB Percentages of Color #11ada8

%4.75
%48.32
%46.93

CMYK Percentages of Color #11ada8

%90
%0
%3
%32

Triadic Colors of #11ada8

#11ada8 #a811ad #ada811

Analogous Colors of #11ada8

#11ada8 #1164ad #11ad5a

Monochromatic Colors of #11ada8

#11ada8

Complementary Color

#11ada8 #ad1116

#11ada8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ada8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ada8 Color CSS Codes

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

#11ada8 Text Font Color

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

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


#11ada8 Background Color

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

This div background color is #11ada8


#11ada8 Border Color

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

This div border color is #11ada8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ada8


Comments

No comments written yet.

Please login to write comment.