Color Hex Logo

#8bbeff Color Hex

#8BBEFF
(139,190,255)
0 Favorites   0 Comments

Color spaces of #8bbeff

RGB 139190255
HSL0.591.000.77
HSV214°45°100°
CMYK 0.450.250.00   0.00
XYZ47.110949.5359101.6861
Yxy49.53590.23750.2498
Hunter Lab70.3817-3.6868-36.3938
CIE-Lab75.78350.0798-37.2452

#8bbeff color RGB value is (139,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11111111
Octal 213 276 377
Decimal 139 190 255
Hex 8B BE FF

RGB Percentages of Color #8bbeff

%23.80
%32.53
%43.66

CMYK Percentages of Color #8bbeff

%45
%25
%0
%0

Triadic Colors of #8bbeff

#8bbeff #ff8bbe #beff8b

Analogous Colors of #8bbeff

#8bbeff #928bff #8bf8ff

Monochromatic Colors of #8bbeff

#8bbeff

Complementary Color

#8bbeff #ffcc8b

#8bbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbeff Color CSS Codes

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

#8bbeff Text Font Color

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

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


#8bbeff Background Color

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

This div background color is #8bbeff


#8bbeff Border Color

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

This div border color is #8bbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbeff


Comments

No comments written yet.

Please login to write comment.