Color Hex Logo

#1ab5ac Color Hex

#1AB5AC
(26,181,172)
0 Favorites   0 Comments

Color spaces of #1ab5ac

RGB 26181172
HSL0.490.750.41
HSV177°86°71°
CMYK 0.860.000.05   0.29
XYZ24.396336.245944.7401
Yxy36.24590.23150.3439
Hunter Lab60.2046-33.0256-1.9173
CIE-Lab66.7074-38.7379-6.0890

#1ab5ac color RGB value is (26,181,172).

#1ab5ac hex color red value is 26, green value is 181 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1ab5ac hue: 0.49 , saturation: 0.75 and the lightness value of 1ab5ac is 0.41.

The process color (four color CMYK) of #1ab5ac color hex is 0.86, 0.00, 0.05, 0.29. Web safe color of #1ab5ac is #33cc99. Color #1ab5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10110101 10101100
Octal 32 265 254
Decimal 26 181 172
Hex 1A B5 AC

RGB Percentages of Color #1ab5ac

%6.86
%47.76
%45.38

CMYK Percentages of Color #1ab5ac

%86
%0
%5
%29

Triadic Colors of #1ab5ac

#1ab5ac #ac1ab5 #b5ac1a

Analogous Colors of #1ab5ac

#1ab5ac #1a71b5 #1ab55f

Monochromatic Colors of #1ab5ac

#1ab5ac

Complementary Color

#1ab5ac #b51a23

#1ab5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ab5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ab5ac Color CSS Codes

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

#1ab5ac Text Font Color

<p style="color:#1ab5ac">Text here</p>

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


#1ab5ac Background Color

<div style="background-color:#1ab5ac">
Div content here</div>

This div background color is #1ab5ac


#1ab5ac Border Color

<div style="border:3px solid #1ab5ac">
Div here</div>

This div border color is #1ab5ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,181,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ab5ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ab5ac;
  -webkit-box-shadow: 1px 1px 3px 2px #1ab5ac;
  box-shadow:         1px 1px 3px 2px #1ab5ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,181,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 #1ab5ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ab5ac


Comments

No comments written yet.

Please login to write comment.