Color Hex Logo

#8bceff Color Hex

#8BCEFF
(139,206,255)
0 Favorites   0 Comments

Color spaces of #8bceff

RGB 139206255
HSL0.571.000.77
HSV205°45°100°
CMYK 0.450.190.00   0.00
XYZ50.768856.8516102.9054
Yxy56.85160.24120.2700
Hunter Lab75.4000-11.7613-28.1386
CIE-Lab80.0961-8.5216-30.5881

#8bceff color RGB value is (139,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11111111
Octal 213 316 377
Decimal 139 206 255
Hex 8B CE FF

RGB Percentages of Color #8bceff

%23.17
%34.33
%42.50

CMYK Percentages of Color #8bceff

%45
%19
%0
%0

Triadic Colors of #8bceff

#8bceff #ff8bce #ceff8b

Analogous Colors of #8bceff

#8bceff #8b94ff #8bfff6

Monochromatic Colors of #8bceff

#8bceff

Complementary Color

#8bceff #ffbc8b

#8bceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bceff Color CSS Codes

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

#8bceff Text Font Color

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

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


#8bceff Background Color

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

This div background color is #8bceff


#8bceff Border Color

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

This div border color is #8bceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bceff


Comments

No comments written yet.

Please login to write comment.