Color Hex Logo

#1aaddb Color Hex

#1AADDB
(26,173,219)
0 Favorites   0 Comments

Color spaces of #1aaddb

RGB 26173219
HSL0.540.790.48
HSV194°88°86°
CMYK 0.880.210.00   0.14
XYZ28.155835.221272.3322
Yxy35.22120.20750.2595
Hunter Lab59.3475-19.1735-30.7190
CIE-Lab65.9205-19.7971-33.2678

#1aaddb color RGB value is (26,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101101 11011011
Octal 32 255 333
Decimal 26 173 219
Hex 1A AD DB

RGB Percentages of Color #1aaddb

%6.22
%41.39
%52.39

CMYK Percentages of Color #1aaddb

%88
%21
%0
%14

Triadic Colors of #1aaddb

#1aaddb #db1aad #addb1a

Analogous Colors of #1aaddb

#1aaddb #1a4ddb #1adba9

Monochromatic Colors of #1aaddb

#1aaddb

Complementary Color

#1aaddb #db481a

#1aaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaddb Color CSS Codes

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

#1aaddb Text Font Color

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

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


#1aaddb Background Color

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

This div background color is #1aaddb


#1aaddb Border Color

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

This div border color is #1aaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaddb


Comments

No comments written yet.

Please login to write comment.