Color Hex Logo

#1aafeb Color Hex

#1AAFEB
(26,175,235)
0 Favorites   0 Comments

Color spaces of #1aafeb

RGB 26175235
HSL0.550.840.51
HSV197°89°92°
CMYK 0.890.260.00   0.08
XYZ30.751436.877784.0946
Yxy36.87770.20270.2431
Hunter Lab60.7270-15.8821-39.5957
CIE-Lab67.1852-15.3055-40.0759

#1aafeb color RGB value is (26,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101111 11101011
Octal 32 257 353
Decimal 26 175 235
Hex 1A AF EB

RGB Percentages of Color #1aafeb

%5.96
%40.14
%53.90

CMYK Percentages of Color #1aafeb

%89
%26
%0
%8

Triadic Colors of #1aafeb

#1aafeb #eb1aaf #afeb1a

Analogous Colors of #1aafeb

#1aafeb #1a47eb #1aebbf

Monochromatic Colors of #1aafeb

#1aafeb

Complementary Color

#1aafeb #eb561a

#1aafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aafeb Color CSS Codes

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

#1aafeb Text Font Color

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

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


#1aafeb Background Color

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

This div background color is #1aafeb


#1aafeb Border Color

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

This div border color is #1aafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aafeb

#1aafeb Color Palettes


Comments

No comments written yet.

Please login to write comment.