Color Hex Logo

#1aacdb Color Hex

#1AACDB
(26,172,219)
0 Favorites   0 Comments

Color spaces of #1aacdb

RGB 26172219
HSL0.540.790.48
HSV195°88°86°
CMYK 0.880.210.00   0.14
XYZ27.964734.839172.2686
Yxy34.83910.20700.2579
Hunter Lab59.0247-18.7234-31.2762
CIE-Lab65.6232-19.2714-33.7293

#1aacdb color RGB value is (26,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101100 11011011
Octal 32 254 333
Decimal 26 172 219
Hex 1A AC DB

RGB Percentages of Color #1aacdb

%6.24
%41.25
%52.52

CMYK Percentages of Color #1aacdb

%88
%21
%0
%14

Triadic Colors of #1aacdb

#1aacdb #db1aac #acdb1a

Analogous Colors of #1aacdb

#1aacdb #1a4cdb #1adbaa

Monochromatic Colors of #1aacdb

#1aacdb

Complementary Color

#1aacdb #db491a

#1aacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aacdb Color CSS Codes

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

#1aacdb Text Font Color

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

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


#1aacdb Background Color

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

This div background color is #1aacdb


#1aacdb Border Color

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

This div border color is #1aacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aacdb


Comments

No comments written yet.

Please login to write comment.