Color Hex Logo

#1aabdd Color Hex

#1AABDD
(26,171,221)
0 Favorites   0 Comments

Color spaces of #1aabdd

RGB 26171221
HSL0.540.790.48
HSV195°88°87°
CMYK 0.880.230.00   0.13
XYZ28.040134.565973.6006
Yxy34.56590.20590.2538
Hunter Lab58.7928-17.7552-33.0681
CIE-Lab65.4093-18.0507-35.1634

#1aabdd color RGB value is (26,171,221).

#1aabdd hex color red value is 26, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1aabdd hue: 0.54 , saturation: 0.79 and the lightness value of 1aabdd is 0.48.

The process color (four color CMYK) of #1aabdd color hex is 0.88, 0.23, 0.00, 0.13. Web safe color of #1aabdd is #3399cc. Color #1aabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101011 11011101
Octal 32 253 335
Decimal 26 171 221
Hex 1A AB DD

RGB Percentages of Color #1aabdd

%6.22
%40.91
%52.87

CMYK Percentages of Color #1aabdd

%88
%23
%0
%13

Triadic Colors of #1aabdd

#1aabdd #dd1aab #abdd1a

Analogous Colors of #1aabdd

#1aabdd #1a4add #1addae

Monochromatic Colors of #1aabdd

#1aabdd

Complementary Color

#1aabdd #dd4c1a

#1aabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aabdd Color CSS Codes

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

#1aabdd Text Font Color

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

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


#1aabdd Background Color

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

This div background color is #1aabdd


#1aabdd Border Color

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

This div border color is #1aabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aabdd


Comments

No comments written yet.

Please login to write comment.