Color Hex Logo

#8bccfc Color Hex

#8BCCFC
(139,204,252)
0 Favorites   0 Comments

Color spaces of #8bccfc

RGB 139204252
HSL0.570.950.77
HSV205°45°99°
CMYK 0.450.190.00   0.01
XYZ49.811055.7030100.2219
Yxy55.70300.24210.2708
Hunter Lab74.6344-11.4794-27.3727
CIE-Lab79.4445-8.2806-29.9904

#8bccfc color RGB value is (139,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001100 11111100
Octal 213 314 374
Decimal 139 204 252
Hex 8B CC FC

RGB Percentages of Color #8bccfc

%23.36
%34.29
%42.35

CMYK Percentages of Color #8bccfc

%45
%19
%0
%1

Triadic Colors of #8bccfc

#8bccfc #fc8bcc #ccfc8b

Analogous Colors of #8bccfc

#8bccfc #8b94fc #8bfcf4

Monochromatic Colors of #8bccfc

#8bccfc

Complementary Color

#8bccfc #fcbb8b

#8bccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bccfc Color CSS Codes

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

#8bccfc Text Font Color

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

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


#8bccfc Background Color

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

This div background color is #8bccfc


#8bccfc Border Color

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

This div border color is #8bccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bccfc


Comments

No comments written yet.

Please login to write comment.