Color Hex Logo

#1aaeff Color Hex

#1AAEFF
(26,174,255)
0 Favorites   0 Comments

Color spaces of #1aaeff

RGB 26174255
HSL0.561.000.55
HSV201°90°100°
CMYK 0.900.320.00   0.00
XYZ33.612137.7117100.1153
Yxy37.71170.19610.2200
Hunter Lab61.4099-9.7670-53.6724
CIE-Lab67.8076-7.6585-49.9850

#1aaeff color RGB value is (26,174,255).

#1aaeff hex color red value is 26, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1aaeff hue: 0.56 , saturation: 1.00 and the lightness value of 1aaeff is 0.55.

The process color (four color CMYK) of #1aaeff color hex is 0.90, 0.32, 0.00, 0.00. Web safe color of #1aaeff is #3399ff. Color #1aaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101110 11111111
Octal 32 256 377
Decimal 26 174 255
Hex 1A AE FF

RGB Percentages of Color #1aaeff

%5.71
%38.24
%56.04

CMYK Percentages of Color #1aaeff

%90
%32
%0
%0

Triadic Colors of #1aaeff

#1aaeff #ff1aae #aeff1a

Analogous Colors of #1aaeff

#1aaeff #1a3cff #1affde

Monochromatic Colors of #1aaeff

#1aaeff

Complementary Color

#1aaeff #ff6b1a

#1aaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaeff Color CSS Codes

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

#1aaeff Text Font Color

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

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


#1aaeff Background Color

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

This div background color is #1aaeff


#1aaeff Border Color

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

This div border color is #1aaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaeff


Comments

No comments written yet.

Please login to write comment.