Color Hex Logo

#8fbdfc Color Hex

#8FBDFC
(143,189,252)
0 Favorites   0 Comments

Color spaces of #8fbdfc

RGB 143189252
HSL0.600.950.77
HSV215°43°99°
CMYK 0.430.250.00   0.01
XYZ47.096049.263199.1220
Yxy49.26310.24090.2520
Hunter Lab70.1877-3.0548-34.6005
CIE-Lab75.61470.7657-35.8791

#8fbdfc color RGB value is (143,189,252).

#8fbdfc hex color red value is 143, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8fbdfc hue: 0.60 , saturation: 0.95 and the lightness value of 8fbdfc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 11111100
Octal 217 275 374
Decimal 143 189 252
Hex 8F BD FC

RGB Percentages of Color #8fbdfc

%24.49
%32.36
%43.15

CMYK Percentages of Color #8fbdfc

%43
%25
%0
%1

Triadic Colors of #8fbdfc

#8fbdfc #fc8fbd #bdfc8f

Analogous Colors of #8fbdfc

#8fbdfc #988ffc #8ff4fc

Monochromatic Colors of #8fbdfc

#8fbdfc

Complementary Color

#8fbdfc #fcce8f

#8fbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdfc Color CSS Codes

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

#8fbdfc Text Font Color

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

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


#8fbdfc Background Color

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

This div background color is #8fbdfc


#8fbdfc Border Color

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

This div border color is #8fbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdfc


Comments

No comments written yet.

Please login to write comment.