Color Hex Logo

#8baefa Color Hex

#8BAEFA
(139,174,250)
0 Favorites   0 Comments

Color spaces of #8baefa

RGB 139174250
HSL0.610.920.76
HSV221°44°98°
CMYK 0.440.300.00   0.02
XYZ43.038842.663296.4089
Yxy42.66320.23630.2343
Hunter Lab65.31713.3125-41.7909
CIE-Lab71.32587.5481-41.4889

#8baefa color RGB value is (139,174,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11111010
Octal 213 256 372
Decimal 139 174 250
Hex 8B AE FA

RGB Percentages of Color #8baefa

%24.69
%30.91
%44.40

CMYK Percentages of Color #8baefa

%44
%30
%0
%2

Triadic Colors of #8baefa

#8baefa #fa8bae #aefa8b

Analogous Colors of #8baefa

#8baefa #a08bfa #8be6fa

Monochromatic Colors of #8baefa

#8baefa

Complementary Color

#8baefa #fad78b

#8baefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baefa Color CSS Codes

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

#8baefa Text Font Color

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

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


#8baefa Background Color

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

This div background color is #8baefa


#8baefa Border Color

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

This div border color is #8baefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baefa

Related Colors


Comments

No comments written yet.

Please login to write comment.