Color Hex Logo

#1baeeb Color Hex

#1BAEEB
(27,174,235)
0 Favorites   0 Comments

Color spaces of #1baeeb

RGB 27174235
HSL0.550.840.51
HSV198°89°92°
CMYK 0.890.260.00   0.08
XYZ30.583436.503384.0312
Yxy36.50330.20240.2416
Hunter Lab60.4180-15.3752-40.1698
CIE-Lab66.9027-14.7142-40.5167

#1baeeb color RGB value is (27,174,235).

#1baeeb hex color red value is 27, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1baeeb hue: 0.55 , saturation: 0.84 and the lightness value of 1baeeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 11101011
Octal 33 256 353
Decimal 27 174 235
Hex 1B AE EB

RGB Percentages of Color #1baeeb

%6.19
%39.91
%53.90

CMYK Percentages of Color #1baeeb

%89
%26
%0
%8

Triadic Colors of #1baeeb

#1baeeb #eb1bae #aeeb1b

Analogous Colors of #1baeeb

#1baeeb #1b46eb #1bebc0

Monochromatic Colors of #1baeeb

#1baeeb

Complementary Color

#1baeeb #eb581b

#1baeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baeeb Color CSS Codes

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

#1baeeb Text Font Color

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

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


#1baeeb Background Color

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

This div background color is #1baeeb


#1baeeb Border Color

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

This div border color is #1baeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baeeb


Comments

No comments written yet.

Please login to write comment.