Color Hex Logo

#1aaecc Color Hex

#1AAECC
(26,174,204)
0 Favorites   0 Comments

Color spaces of #1aaecc

RGB 26174204
HSL0.530.770.45
HSV190°87°80°
CMYK 0.870.150.00   0.20
XYZ26.461134.851362.4591
Yxy34.85130.21380.2816
Hunter Lab59.0350-23.3026-21.4044
CIE-Lab65.6327-25.3828-25.4326

#1aaecc color RGB value is (26,174,204).

#1aaecc hex color red value is 26, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1aaecc hue: 0.53 , saturation: 0.77 and the lightness value of 1aaecc is 0.45.

The process color (four color CMYK) of #1aaecc color hex is 0.87, 0.15, 0.00, 0.20. Web safe color of #1aaecc is #3399cc. Color #1aaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101110 11001100
Octal 32 256 314
Decimal 26 174 204
Hex 1A AE CC

RGB Percentages of Color #1aaecc

%6.44
%43.07
%50.50

CMYK Percentages of Color #1aaecc

%87
%15
%0
%20

Triadic Colors of #1aaecc

#1aaecc #cc1aae #aecc1a

Analogous Colors of #1aaecc

#1aaecc #1a55cc #1acc91

Monochromatic Colors of #1aaecc

#1aaecc

Complementary Color

#1aaecc #cc381a

#1aaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaecc Color CSS Codes

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

#1aaecc Text Font Color

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

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


#1aaecc Background Color

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

This div background color is #1aaecc


#1aaecc Border Color

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

This div border color is #1aaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaecc


Comments

No comments written yet.

Please login to write comment.