Color Hex Logo

#1baefb Color Hex

#1BAEFB
(27,174,251)
0 Favorites   0 Comments

Color spaces of #1baefb

RGB 27174251
HSL0.560.970.55
HSV201°89°98°
CMYK 0.890.310.00   0.02
XYZ33.000637.470296.7599
Yxy37.47020.19730.2241
Hunter Lab61.2129-10.8911-50.8713
CIE-Lab67.6283-9.0431-48.0966

#1baefb color RGB value is (27,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 11111011
Octal 33 256 373
Decimal 27 174 251
Hex 1B AE FB

RGB Percentages of Color #1baefb

%5.97
%38.50
%55.53

CMYK Percentages of Color #1baefb

%89
%31
%0
%2

Triadic Colors of #1baefb

#1baefb #fb1bae #aefb1b

Analogous Colors of #1baefb

#1baefb #1b3efb #1bfbd8

Monochromatic Colors of #1baefb

#1baefb

Complementary Color

#1baefb #fb681b

#1baefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baefb Color CSS Codes

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

#1baefb Text Font Color

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

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


#1baefb Background Color

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

This div background color is #1baefb


#1baefb Border Color

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

This div border color is #1baefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baefb


Comments

No comments written yet.

Please login to write comment.