Color Hex Logo

#8baffa Color Hex

#8BAFFA
(139,175,250)
0 Favorites   0 Comments

Color spaces of #8baffa

RGB 139175250
HSL0.610.920.76
HSV221°44°98°
CMYK 0.440.300.00   0.02
XYZ43.232843.051096.4736
Yxy43.05100.23660.2356
Hunter Lab65.61332.7910-41.2470
CIE-Lab71.58966.9871-41.0771

#8baffa color RGB value is (139,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101111 11111010
Octal 213 257 372
Decimal 139 175 250
Hex 8B AF FA

RGB Percentages of Color #8baffa

%24.65
%31.03
%44.33

CMYK Percentages of Color #8baffa

%44
%30
%0
%2

Triadic Colors of #8baffa

#8baffa #fa8baf #affa8b

Analogous Colors of #8baffa

#8baffa #9f8bfa #8be7fa

Monochromatic Colors of #8baffa

#8baffa

Complementary Color

#8baffa #fad68b

#8baffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baffa Color CSS Codes

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

#8baffa Text Font Color

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

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


#8baffa Background Color

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

This div background color is #8baffa


#8baffa Border Color

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

This div border color is #8baffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baffa


Comments

No comments written yet.

Please login to write comment.