Color Hex Logo

#8bebfc Color Hex

#8BEBFC
(139,235,252)
0 Favorites   0 Comments

Color spaces of #8bebfc

RGB 139235252
HSL0.530.950.77
HSV189°45°99°
CMYK 0.450.070.00   0.01
XYZ57.926571.9339102.9270
Yxy71.93390.24880.3090
Hunter Lab84.8139-26.5116-12.5825
CIE-Lab87.9368-24.0842-17.0834

#8bebfc color RGB value is (139,235,252).

#8bebfc hex color red value is 139, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8bebfc hue: 0.53 , saturation: 0.95 and the lightness value of 8bebfc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 11111100
Octal 213 353 374
Decimal 139 235 252
Hex 8B EB FC

RGB Percentages of Color #8bebfc

%22.20
%37.54
%40.26

CMYK Percentages of Color #8bebfc

%45
%7
%0
%1

Triadic Colors of #8bebfc

#8bebfc #fc8beb #ebfc8b

Analogous Colors of #8bebfc

#8bebfc #8bb3fc #8bfcd5

Monochromatic Colors of #8bebfc

#8bebfc

Complementary Color

#8bebfc #fc9c8b

#8bebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebfc Color CSS Codes

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

#8bebfc Text Font Color

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

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


#8bebfc Background Color

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

This div background color is #8bebfc


#8bebfc Border Color

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

This div border color is #8bebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.