Color Hex Logo

#1aaeeb Color Hex

#1AAEEB
(26,174,235)
0 Favorites   0 Comments

Color spaces of #1aaeeb

RGB 26174235
HSL0.550.840.51
HSV198°89°92°
CMYK 0.890.260.00   0.08
XYZ30.557536.489984.0300
Yxy36.48990.20230.2415
Hunter Lab60.4069-15.4158-40.1915
CIE-Lab66.8926-14.7672-40.5334

#1aaeeb color RGB value is (26,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101110 11101011
Octal 32 256 353
Decimal 26 174 235
Hex 1A AE EB

RGB Percentages of Color #1aaeeb

%5.98
%40.00
%54.02

CMYK Percentages of Color #1aaeeb

%89
%26
%0
%8

Triadic Colors of #1aaeeb

#1aaeeb #eb1aae #aeeb1a

Analogous Colors of #1aaeeb

#1aaeeb #1a46eb #1aebc0

Monochromatic Colors of #1aaeeb

#1aaeeb

Complementary Color

#1aaeeb #eb571a

#1aaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aaeeb Color CSS Codes

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

#1aaeeb Text Font Color

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

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


#1aaeeb Background Color

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

This div background color is #1aaeeb


#1aaeeb Border Color

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

This div border color is #1aaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aaeeb


Comments

No comments written yet.

Please login to write comment.