Color Hex Logo

#1aaabb Color Hex

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

Color spaces of #1aaabb

RGB 26170187
HSL0.520.760.42
HSV186°86°73°
CMYK 0.860.090.00   0.27
XYZ23.770432.556952.0450
Yxy32.55690.21930.3004
Hunter Lab57.0587-25.4903-14.1392
CIE-Lab63.8005-28.9492-18.7887

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

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

The process color (four color CMYK) of #1aaabb color hex is 0.86, 0.09, 0.00, 0.27. Web safe color of #1aaabb is #3399cc. Color #1aaabb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #1aaabb

%6.79
%44.39
%48.83

CMYK Percentages of Color #1aaabb

%86
%9
%0
%27

Triadic Colors of #1aaabb

#1aaabb #bb1aaa #aabb1a

Analogous Colors of #1aaabb

#1aaabb #1a5abb #1abb7c

Monochromatic Colors of #1aaabb

#1aaabb

Complementary Color

#1aaabb #bb2b1a

#1aaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaabb Color CSS Codes

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

#1aaabb Text Font Color

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

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


#1aaabb Background Color

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

This div background color is #1aaabb


#1aaabb Border Color

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

This div border color is #1aaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaabb


Comments

No comments written yet.

Please login to write comment.