Color Hex Logo

#8cbffc Color Hex

#8CBFFC
(140,191,252)
0 Favorites   0 Comments

Color spaces of #8cbffc

RGB 140191252
HSL0.590.950.77
HSV213°44°99°
CMYK 0.440.240.00   0.01
XYZ47.016749.865399.2424
Yxy49.86530.23970.2543
Hunter Lab70.6154-4.7291-33.8950
CIE-Lab75.9865-1.0590-35.3165

#8cbffc color RGB value is (140,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111111 11111100
Octal 214 277 374
Decimal 140 191 252
Hex 8C BF FC

RGB Percentages of Color #8cbffc

%24.01
%32.76
%43.22

CMYK Percentages of Color #8cbffc

%44
%24
%0
%1

Triadic Colors of #8cbffc

#8cbffc #fc8cbf #bffc8c

Analogous Colors of #8cbffc

#8cbffc #918cfc #8cf7fc

Monochromatic Colors of #8cbffc

#8cbffc

Complementary Color

#8cbffc #fcc98c

#8cbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbffc Color CSS Codes

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

#8cbffc Text Font Color

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

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


#8cbffc Background Color

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

This div background color is #8cbffc


#8cbffc Border Color

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

This div border color is #8cbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbffc

Related Colors


Comments

No comments written yet.

Please login to write comment.