Color Hex Logo

#1baade Color Hex

#1BAADE
(27,170,222)
0 Favorites   0 Comments

Color spaces of #1baade

RGB 27170222
HSL0.540.780.49
HSV196°88°87°
CMYK 0.880.230.00   0.13
XYZ28.011534.256474.2430
Yxy34.25640.20520.2509
Hunter Lab58.5290-16.9970-34.2381
CIE-Lab65.1656-17.1134-36.0928

#1baade color RGB value is (27,170,222).

#1baade hex color red value is 27, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1baade hue: 0.54 , saturation: 0.78 and the lightness value of 1baade is 0.49.

The process color (four color CMYK) of #1baade color hex is 0.88, 0.23, 0.00, 0.13. Web safe color of #1baade is #3399cc. Color #1baade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101010 11011110
Octal 33 252 336
Decimal 27 170 222
Hex 1B AA DE

RGB Percentages of Color #1baade

%6.44
%40.57
%52.98

CMYK Percentages of Color #1baade

%88
%23
%0
%13

Triadic Colors of #1baade

#1baade #de1baa #aade1b

Analogous Colors of #1baade

#1baade #1b49de #1bdeb1

Monochromatic Colors of #1baade

#1baade

Complementary Color

#1baade #de4f1b

#1baade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baade Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baade Color CSS Codes

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

#1baade Text Font Color

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

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


#1baade Background Color

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

This div background color is #1baade


#1baade Border Color

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

This div border color is #1baade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baade


Comments

No comments written yet.

Please login to write comment.