Color Hex Logo

#8bcefa Color Hex

#8BCEFA
(139,206,250)
0 Favorites   0 Comments

Color spaces of #8bcefa

RGB 139206250
HSL0.570.920.76
HSV204°44°98°
CMYK 0.440.180.00   0.02
XYZ49.974156.533798.7207
Yxy56.53370.24350.2755
Hunter Lab75.1889-12.9410-25.2137
CIE-Lab79.9166-9.8760-28.2001

#8bcefa color RGB value is (139,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11111010
Octal 213 316 372
Decimal 139 206 250
Hex 8B CE FA

RGB Percentages of Color #8bcefa

%23.36
%34.62
%42.02

CMYK Percentages of Color #8bcefa

%44
%18
%0
%2

Triadic Colors of #8bcefa

#8bcefa #fa8bce #cefa8b

Analogous Colors of #8bcefa

#8bcefa #8b97fa #8bfaef

Monochromatic Colors of #8bcefa

#8bcefa

Complementary Color

#8bcefa #fab78b

#8bcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcefa Color CSS Codes

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

#8bcefa Text Font Color

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

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


#8bcefa Background Color

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

This div background color is #8bcefa


#8bcefa Border Color

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

This div border color is #8bcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcefa

Related Colors


Comments

No comments written yet.

Please login to write comment.