Color Hex Logo

#8fccfa Color Hex

#8FCCFA
(143,204,250)
0 Favorites   0 Comments

Color spaces of #8fccfa

RGB 143204250
HSL0.570.910.77
HSV206°43°98°
CMYK 0.430.180.00   0.02
XYZ50.175955.927598.5930
Yxy55.92750.24510.2732
Hunter Lab74.7847-11.1108-25.8162
CIE-Lab79.5725-7.8505-28.7098

#8fccfa color RGB value is (143,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11111010
Octal 217 314 372
Decimal 143 204 250
Hex 8F CC FA

RGB Percentages of Color #8fccfa

%23.95
%34.17
%41.88

CMYK Percentages of Color #8fccfa

%43
%18
%0
%2

Triadic Colors of #8fccfa

#8fccfa #fa8fcc #ccfa8f

Analogous Colors of #8fccfa

#8fccfa #8f97fa #8ffaf3

Monochromatic Colors of #8fccfa

#8fccfa

Complementary Color

#8fccfa #fabd8f

#8fccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccfa Color CSS Codes

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

#8fccfa Text Font Color

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

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


#8fccfa Background Color

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

This div background color is #8fccfa


#8fccfa Border Color

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

This div border color is #8fccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccfa


Comments

No comments written yet.

Please login to write comment.