Color Hex Logo

#8cacfa Color Hex

#8CACFA
(140,172,250)
0 Favorites   0 Comments

Color spaces of #8cacfa

RGB 140172250
HSL0.620.920.76
HSV223°44°98°
CMYK 0.440.310.00   0.02
XYZ42.823141.982696.2889
Yxy41.98260.23650.2318
Hunter Lab64.79404.5833-42.7538
CIE-Lab70.85898.9179-42.2141

#8cacfa color RGB value is (140,172,250).

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

The process color (four color CMYK) of #8cacfa color hex is 0.44, 0.31, 0.00, 0.02. Web safe color of #8cacfa is #9999ff. Color #8cacfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11111010
Octal 214 254 372
Decimal 140 172 250
Hex 8C AC FA

RGB Percentages of Color #8cacfa

%24.91
%30.60
%44.48

CMYK Percentages of Color #8cacfa

%44
%31
%0
%2

Triadic Colors of #8cacfa

#8cacfa #fa8cac #acfa8c

Analogous Colors of #8cacfa

#8cacfa #a38cfa #8ce3fa

Monochromatic Colors of #8cacfa

#8cacfa

Complementary Color

#8cacfa #fada8c

#8cacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacfa Color CSS Codes

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

#8cacfa Text Font Color

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

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


#8cacfa Background Color

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

This div background color is #8cacfa


#8cacfa Border Color

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

This div border color is #8cacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacfa

Related Colors


Comments

No comments written yet.

Please login to write comment.