Color Hex Logo

#8bbdfb Color Hex

#8BBDFB
(139,189,251)
0 Favorites   0 Comments

Color spaces of #8bbdfb

RGB 139189251
HSL0.590.930.76
HSV213°45°98°
CMYK 0.450.250.00   0.02
XYZ46.257648.849298.2576
Yxy48.84920.23920.2526
Hunter Lab69.8922-4.1725-34.4280
CIE-Lab75.3574-0.4871-35.7576

#8bbdfb color RGB value is (139,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11111011
Octal 213 275 373
Decimal 139 189 251
Hex 8B BD FB

RGB Percentages of Color #8bbdfb

%24.01
%32.64
%43.35

CMYK Percentages of Color #8bbdfb

%45
%25
%0
%2

Triadic Colors of #8bbdfb

#8bbdfb #fb8bbd #bdfb8b

Analogous Colors of #8bbdfb

#8bbdfb #918bfb #8bf5fb

Monochromatic Colors of #8bbdfb

#8bbdfb

Complementary Color

#8bbdfb #fbc98b

#8bbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbdfb Color CSS Codes

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

#8bbdfb Text Font Color

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

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


#8bbdfb Background Color

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

This div background color is #8bbdfb


#8bbdfb Border Color

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

This div border color is #8bbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbdfb


Comments

No comments written yet.

Please login to write comment.