Color Hex Logo

#1abbaa Color Hex

#1ABBAA
(26,187,170)
0 Favorites   0 Comments

Color spaces of #1abbaa

RGB 26187170
HSL0.480.760.42
HSV174°86°73°
CMYK 0.860.000.09   0.27
XYZ25.452038.662544.1514
Yxy38.66250.23510.3571
Hunter Lab62.1792-35.74761.4255
CIE-Lab68.5061-41.9720-2.3327

#1abbaa color RGB value is (26,187,170).

#1abbaa hex color red value is 26, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1abbaa hue: 0.48 , saturation: 0.76 and the lightness value of 1abbaa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111011 10101010
Octal 32 273 252
Decimal 26 187 170
Hex 1A BB AA

RGB Percentages of Color #1abbaa

%6.79
%48.83
%44.39

CMYK Percentages of Color #1abbaa

%86
%0
%9
%27

Triadic Colors of #1abbaa

#1abbaa #aa1abb #bbaa1a

Analogous Colors of #1abbaa

#1abbaa #1a7cbb #1abb5a

Monochromatic Colors of #1abbaa

#1abbaa

Complementary Color

#1abbaa #bb1a2b

#1abbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abbaa Color CSS Codes

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

#1abbaa Text Font Color

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

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


#1abbaa Background Color

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

This div background color is #1abbaa


#1abbaa Border Color

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

This div border color is #1abbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,187,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abbaa


Comments

No comments written yet.

Please login to write comment.