Color Hex Logo

#1aaaec Color Hex

#1AAAEC
(26,170,236)
0 Favorites   0 Comments

Color spaces of #1aaaec

RGB 26170236
HSL0.550.850.51
HSV199°89°93°
CMYK 0.890.280.00   0.07
XYZ29.941035.025284.5394
Yxy35.02520.20030.2343
Hunter Lab59.1821-13.2632-43.2661
CIE-Lab65.7683-12.2404-42.8417

#1aaaec color RGB value is (26,170,236).

#1aaaec hex color red value is 26, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1aaaec hue: 0.55 , saturation: 0.85 and the lightness value of 1aaaec is 0.51.

The process color (four color CMYK) of #1aaaec color hex is 0.89, 0.28, 0.00, 0.07. Web safe color of #1aaaec is #3399ff. Color #1aaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101010 11101100
Octal 32 252 354
Decimal 26 170 236
Hex 1A AA EC

RGB Percentages of Color #1aaaec

%6.02
%39.35
%54.63

CMYK Percentages of Color #1aaaec

%89
%28
%0
%7

Triadic Colors of #1aaaec

#1aaaec #ec1aaa #aaec1a

Analogous Colors of #1aaaec

#1aaaec #1a41ec #1aecc5

Monochromatic Colors of #1aaaec

#1aaaec

Complementary Color

#1aaaec #ec5c1a

#1aaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaaec Color CSS Codes

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

#1aaaec Text Font Color

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

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


#1aaaec Background Color

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

This div background color is #1aaaec


#1aaaec Border Color

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

This div border color is #1aaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaaec


Comments

No comments written yet.

Please login to write comment.