Color Hex Logo

#1a9eef Color Hex

#1A9EEF
(26,158,239)
0 Favorites   0 Comments

Color spaces of #1a9eef

RGB 26158239
HSL0.560.870.52
HSV203°89°94°
CMYK 0.890.340.00   0.06
XYZ28.232830.905386.1386
Yxy30.90530.19430.2127
Hunter Lab55.5925-6.6353-52.9529
CIE-Lab62.4276-4.4379-49.7534

#1a9eef color RGB value is (26,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10011110 11101111
Octal 32 236 357
Decimal 26 158 239
Hex 1A 9E EF

RGB Percentages of Color #1a9eef

%6.15
%37.35
%56.50

CMYK Percentages of Color #1a9eef

%89
%34
%0
%6

Triadic Colors of #1a9eef

#1a9eef #ef1a9e #9eef1a

Analogous Colors of #1a9eef

#1a9eef #1a33ef #1aefd6

Monochromatic Colors of #1a9eef

#1a9eef

Complementary Color

#1a9eef #ef6b1a

#1a9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a9eef Color CSS Codes

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

#1a9eef Text Font Color

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

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


#1a9eef Background Color

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

This div background color is #1a9eef


#1a9eef Border Color

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

This div border color is #1a9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a9eef


Comments

No comments written yet.

Please login to write comment.