Color Hex Logo

#8bbefd Color Hex

#8BBEFD
(139,190,253)
0 Favorites   0 Comments

Color spaces of #8bbefd

RGB 139190253
HSL0.590.970.77
HSV213°45°99°
CMYK 0.450.250.00   0.01
XYZ46.790549.407799.9990
Yxy49.40770.23850.2518
Hunter Lab70.2906-4.1861-35.1455
CIE-Lab75.7043-0.4777-36.2947

#8bbefd color RGB value is (139,190,253).

#8bbefd hex color red value is 139, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8bbefd hue: 0.59 , saturation: 0.97 and the lightness value of 8bbefd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11111101
Octal 213 276 375
Decimal 139 190 253
Hex 8B BE FD

RGB Percentages of Color #8bbefd

%23.88
%32.65
%43.47

CMYK Percentages of Color #8bbefd

%45
%25
%0
%1

Triadic Colors of #8bbefd

#8bbefd #fd8bbe #befd8b

Analogous Colors of #8bbefd

#8bbefd #918bfd #8bf7fd

Monochromatic Colors of #8bbefd

#8bbefd

Complementary Color

#8bbefd #fdca8b

#8bbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbefd Color CSS Codes

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

#8bbefd Text Font Color

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

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


#8bbefd Background Color

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

This div background color is #8bbefd


#8bbefd Border Color

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

This div border color is #8bbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbefd

Related Colors


Comments

No comments written yet.

Please login to write comment.