Color Hex Logo

#8cbffa Color Hex

#8CBFFA
(140,191,250)
0 Favorites   0 Comments

Color spaces of #8cbffa

RGB 140191250
HSL0.590.920.76
HSV212°44°98°
CMYK 0.440.240.00   0.02
XYZ46.701349.739297.5817
Yxy49.73920.24070.2564
Hunter Lab70.5260-5.2205-32.6670
CIE-Lab75.9089-1.6108-34.3626

#8cbffa color RGB value is (140,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111111 11111010
Octal 214 277 372
Decimal 140 191 250
Hex 8C BF FA

RGB Percentages of Color #8cbffa

%24.10
%32.87
%43.03

CMYK Percentages of Color #8cbffa

%44
%24
%0
%2

Triadic Colors of #8cbffa

#8cbffa #fa8cbf #bffa8c

Analogous Colors of #8cbffa

#8cbffa #908cfa #8cf6fa

Monochromatic Colors of #8cbffa

#8cbffa

Complementary Color

#8cbffa #fac78c

#8cbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbffa Color CSS Codes

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

#8cbffa Text Font Color

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

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


#8cbffa Background Color

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

This div background color is #8cbffa


#8cbffa Border Color

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

This div border color is #8cbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbffa


Comments

No comments written yet.

Please login to write comment.