Color Hex Logo

#8bbdfa Color Hex

#8BBDFA
(139,189,250)
0 Favorites   0 Comments

Color spaces of #8bbdfa

RGB 139189250
HSL0.590.920.76
HSV213°44°98°
CMYK 0.440.240.00   0.02
XYZ46.100448.786397.4294
Yxy48.78630.23970.2537
Hunter Lab69.8472-4.4194-33.8102
CIE-Lab75.3182-0.7641-35.2807

#8bbdfa color RGB value is (139,189,250).

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

The process color (four color CMYK) of #8bbdfa color hex is 0.44, 0.24, 0.00, 0.02. Web safe color of #8bbdfa is #99ccff. Color #8bbdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11111010
Octal 213 275 372
Decimal 139 189 250
Hex 8B BD FA

RGB Percentages of Color #8bbdfa

%24.05
%32.70
%43.25

CMYK Percentages of Color #8bbdfa

%44
%24
%0
%2

Triadic Colors of #8bbdfa

#8bbdfa #fa8bbd #bdfa8b

Analogous Colors of #8bbdfa

#8bbdfa #918bfa #8bf5fa

Monochromatic Colors of #8bbdfa

#8bbdfa

Complementary Color

#8bbdfa #fac88b

#8bbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbdfa Color CSS Codes

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

#8bbdfa Text Font Color

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

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


#8bbdfa Background Color

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

This div background color is #8bbdfa


#8bbdfa Border Color

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

This div border color is #8bbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbdfa


Comments

No comments written yet.

Please login to write comment.