Color Hex Logo

#8fdcfe Color Hex

#8FDCFE
(143,220,254)
0 Favorites   0 Comments

Color spaces of #8fdcfe

RGB 143220254
HSL0.550.980.78
HSV198°44°100°
CMYK 0.440.130.00   0.00
XYZ54.810364.1818103.2654
Yxy64.18180.24660.2888
Hunter Lab80.1135-18.0765-20.3446
CIE-Lab84.0603-15.1177-23.9817

#8fdcfe color RGB value is (143,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11111110
Octal 217 334 376
Decimal 143 220 254
Hex 8F DC FE

RGB Percentages of Color #8fdcfe

%23.18
%35.66
%41.17

CMYK Percentages of Color #8fdcfe

%44
%13
%0
%0

Triadic Colors of #8fdcfe

#8fdcfe #fe8fdc #dcfe8f

Analogous Colors of #8fdcfe

#8fdcfe #8fa5fe #8ffee9

Monochromatic Colors of #8fdcfe

#8fdcfe

Complementary Color

#8fdcfe #feb18f

#8fdcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcfe Color CSS Codes

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

#8fdcfe Text Font Color

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

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


#8fdcfe Background Color

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

This div background color is #8fdcfe


#8fdcfe Border Color

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

This div border color is #8fdcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcfe


Comments

No comments written yet.

Please login to write comment.