Color Hex Logo

#1aafec Color Hex

#1AAFEC
(26,175,236)
0 Favorites   0 Comments

Color spaces of #1aafec

RGB 26175236
HSL0.550.850.51
HSV197°89°93°
CMYK 0.890.260.00   0.07
XYZ30.896336.935784.8578
Yxy36.93570.20230.2419
Hunter Lab60.7747-15.6111-40.2424
CIE-Lab67.2288-14.9551-40.5541

#1aafec color RGB value is (26,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101111 11101100
Octal 32 257 354
Decimal 26 175 236
Hex 1A AF EC

RGB Percentages of Color #1aafec

%5.95
%40.05
%54.00

CMYK Percentages of Color #1aafec

%89
%26
%0
%7

Triadic Colors of #1aafec

#1aafec #ec1aaf #afec1a

Analogous Colors of #1aafec

#1aafec #1a46ec #1aecc0

Monochromatic Colors of #1aafec

#1aafec

Complementary Color

#1aafec #ec571a

#1aafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aafec Color CSS Codes

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

#1aafec Text Font Color

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

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


#1aafec Background Color

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

This div background color is #1aafec


#1aafec Border Color

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

This div border color is #1aafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aafec


Comments

No comments written yet.

Please login to write comment.