Color Hex Logo

#1aacef Color Hex

#1AACEF
(26,172,239)
0 Favorites   0 Comments

Color spaces of #1aacef

RGB 26172239
HSL0.550.870.52
HSV199°89°94°
CMYK 0.890.280.00   0.06
XYZ30.758535.956786.9805
Yxy35.95670.20010.2339
Hunter Lab59.9639-13.3752-44.0282
CIE-Lab66.4868-12.2690-43.3554

#1aacef color RGB value is (26,172,239).

#1aacef hex color red value is 26, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1aacef hue: 0.55 , saturation: 0.87 and the lightness value of 1aacef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10101100 11101111
Octal 32 254 357
Decimal 26 172 239
Hex 1A AC EF

RGB Percentages of Color #1aacef

%5.95
%39.36
%54.69

CMYK Percentages of Color #1aacef

%89
%28
%0
%6

Triadic Colors of #1aacef

#1aacef #ef1aac #acef1a

Analogous Colors of #1aacef

#1aacef #1a41ef #1aefc8

Monochromatic Colors of #1aacef

#1aacef

Complementary Color

#1aacef #ef5d1a

#1aacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aacef Color CSS Codes

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

#1aacef Text Font Color

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

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


#1aacef Background Color

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

This div background color is #1aacef


#1aacef Border Color

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

This div border color is #1aacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aacef


Comments

No comments written yet.

Please login to write comment.