Color Hex Logo

#1aaddd Color Hex

#1AADDD
(26,173,221)
0 Favorites   0 Comments

Color spaces of #1aaddd

RGB 26173221
HSL0.540.790.48
HSV195°88°87°
CMYK 0.880.220.00   0.13
XYZ28.420735.327273.7275
Yxy35.32720.20670.2570
Hunter Lab59.4367-18.6613-31.9399
CIE-Lab66.0026-19.1090-34.2412

#1aaddd color RGB value is (26,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101101 11011101
Octal 32 255 335
Decimal 26 173 221
Hex 1A AD DD

RGB Percentages of Color #1aaddd

%6.19
%41.19
%52.62

CMYK Percentages of Color #1aaddd

%88
%22
%0
%13

Triadic Colors of #1aaddd

#1aaddd #dd1aad #addd1a

Analogous Colors of #1aaddd

#1aaddd #1a4cdd #1addac

Monochromatic Colors of #1aaddd

#1aaddd

Complementary Color

#1aaddd #dd4a1a

#1aaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaddd Color CSS Codes

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

#1aaddd Text Font Color

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

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


#1aaddd Background Color

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

This div background color is #1aaddd


#1aaddd Border Color

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

This div border color is #1aaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaddd


Comments

No comments written yet.

Please login to write comment.