Color Hex Logo

#8cccfa Color Hex

#8CCCFA
(140,204,250)
0 Favorites   0 Comments

Color spaces of #8cccfa

RGB 140204250
HSL0.570.920.76
HSV205°44°98°
CMYK 0.440.180.00   0.02
XYZ49.663455.663398.5690
Yxy55.66330.24360.2730
Hunter Lab74.6078-11.7435-26.1062
CIE-Lab79.4218-8.5814-28.9540

#8cccfa color RGB value is (140,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11111010
Octal 214 314 372
Decimal 140 204 250
Hex 8C CC FA

RGB Percentages of Color #8cccfa

%23.57
%34.34
%42.09

CMYK Percentages of Color #8cccfa

%44
%18
%0
%2

Triadic Colors of #8cccfa

#8cccfa #fa8ccc #ccfa8c

Analogous Colors of #8cccfa

#8cccfa #8c95fa #8cfaf1

Monochromatic Colors of #8cccfa

#8cccfa

Complementary Color

#8cccfa #faba8c

#8cccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccfa Color CSS Codes

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

#8cccfa Text Font Color

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

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


#8cccfa Background Color

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

This div background color is #8cccfa


#8cccfa Border Color

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

This div border color is #8cccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccfa


Comments

No comments written yet.

Please login to write comment.