Color Hex Logo

#8baefb Color Hex

#8BAEFB
(139,174,251)
0 Favorites   0 Comments

Color spaces of #8baefb

RGB 139174251
HSL0.610.930.76
HSV221°45°98°
CMYK 0.450.310.00   0.02
XYZ43.196142.726197.2371
Yxy42.72610.23580.2333
Hunter Lab65.36523.5713-42.4440
CIE-Lab71.36877.8304-41.9633

#8baefb color RGB value is (139,174,251).

#8baefb hex color red value is 139, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8baefb hue: 0.61 , saturation: 0.93 and the lightness value of 8baefb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11111011
Octal 213 256 373
Decimal 139 174 251
Hex 8B AE FB

RGB Percentages of Color #8baefb

%24.65
%30.85
%44.50

CMYK Percentages of Color #8baefb

%45
%31
%0
%2

Triadic Colors of #8baefb

#8baefb #fb8bae #aefb8b

Analogous Colors of #8baefb

#8baefb #a08bfb #8be6fb

Monochromatic Colors of #8baefb

#8baefb

Complementary Color

#8baefb #fbd88b

#8baefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baefb Color CSS Codes

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

#8baefb Text Font Color

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

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


#8baefb Background Color

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

This div background color is #8baefb


#8baefb Border Color

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

This div border color is #8baefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,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 #8baefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baefb


Comments

No comments written yet.

Please login to write comment.