Color Hex Logo

#8fc7fe Color Hex

#8FC7FE
(143,199,254)
0 Favorites   0 Comments

Color spaces of #8fc7fe

RGB 143199254
HSL0.580.980.78
HSV210°44°100°
CMYK 0.440.220.00   0.00
XYZ49.640553.8422101.5422
Yxy53.84220.24210.2626
Hunter Lab73.3772-7.6530-30.6837
CIE-Lab78.3696-4.1080-32.6942

#8fc7fe color RGB value is (143,199,254).

#8fc7fe hex color red value is 143, green value is 199 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8fc7fe hue: 0.58 , saturation: 0.98 and the lightness value of 8fc7fe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11000111 11111110
Octal 217 307 376
Decimal 143 199 254
Hex 8F C7 FE

RGB Percentages of Color #8fc7fe

%23.99
%33.39
%42.62

CMYK Percentages of Color #8fc7fe

%44
%22
%0
%0

Triadic Colors of #8fc7fe

#8fc7fe #fe8fc7 #c7fe8f

Analogous Colors of #8fc7fe

#8fc7fe #8f90fe #8ffefe

Monochromatic Colors of #8fc7fe

#8fc7fe

Complementary Color

#8fc7fe #fec68f

#8fc7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc7fe Color CSS Codes

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

#8fc7fe Text Font Color

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

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


#8fc7fe Background Color

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

This div background color is #8fc7fe


#8fc7fe Border Color

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

This div border color is #8fc7fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,199,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8fc7fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc7fe


Comments

No comments written yet.

Please login to write comment.