Color Hex Logo

#1baabc Color Hex

#1BAABC
(27,170,188)
0 Favorites   0 Comments

Color spaces of #1baabc

RGB 27170188
HSL0.520.750.42
HSV187°86°74°
CMYK 0.860.100.00   0.26
XYZ23.903832.613352.6121
Yxy32.61330.21900.2989
Hunter Lab57.1081-25.2241-14.6466
CIE-Lab63.8466-28.5596-19.2753

#1baabc color RGB value is (27,170,188).

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

The process color (four color CMYK) of #1baabc color hex is 0.86, 0.10, 0.00, 0.26. Web safe color of #1baabc is #3399cc. Color #1baabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101010 10111100
Octal 33 252 274
Decimal 27 170 188
Hex 1B AA BC

RGB Percentages of Color #1baabc

%7.01
%44.16
%48.83

CMYK Percentages of Color #1baabc

%86
%10
%0
%26

Triadic Colors of #1baabc

#1baabc #bc1baa #aabc1b

Analogous Colors of #1baabc

#1baabc #1b59bc #1bbc7e

Monochromatic Colors of #1baabc

#1baabc

Complementary Color

#1baabc #bc2d1b

#1baabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baabc Color CSS Codes

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

#1baabc Text Font Color

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

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


#1baabc Background Color

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

This div background color is #1baabc


#1baabc Border Color

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

This div border color is #1baabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,170,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baabc


Comments

No comments written yet.

Please login to write comment.