Color Hex Logo

#1baaef Color Hex

#1BAAEF
(27,170,239)
0 Favorites   0 Comments

Color spaces of #1baaef

RGB 27170239
HSL0.550.870.52
HSV200°89°94°
CMYK 0.890.290.00   0.06
XYZ30.406735.214586.8558
Yxy35.21450.19940.2309
Hunter Lab59.3418-12.3849-45.2407
CIE-Lab65.9153-11.1194-44.2520

#1baaef color RGB value is (27,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101010 11101111
Octal 33 252 357
Decimal 27 170 239
Hex 1B AA EF

RGB Percentages of Color #1baaef

%6.19
%38.99
%54.82

CMYK Percentages of Color #1baaef

%89
%29
%0
%6

Triadic Colors of #1baaef

#1baaef #ef1baa #aaef1b

Analogous Colors of #1baaef

#1baaef #1b40ef #1befca

Monochromatic Colors of #1baaef

#1baaef

Complementary Color

#1baaef #ef601b

#1baaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baaef Color CSS Codes

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

#1baaef Text Font Color

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

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


#1baaef Background Color

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

This div background color is #1baaef


#1baaef Border Color

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

This div border color is #1baaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baaef


Comments

No comments written yet.

Please login to write comment.