Color Hex Logo

#8fb3fb Color Hex

#8FB3FB
(143,179,251)
0 Favorites   0 Comments

Color spaces of #8fb3fb

RGB 143179251
HSL0.610.930.77
HSV220°43°98°
CMYK 0.430.290.00   0.02
XYZ44.860445.044997.5969
Yxy45.04490.23930.2402
Hunter Lab67.11551.8583-39.2365
CIE-Lab72.92146.0124-39.5234

#8fb3fb color RGB value is (143,179,251).

#8fb3fb hex color red value is 143, green value is 179 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8fb3fb hue: 0.61 , saturation: 0.93 and the lightness value of 8fb3fb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110011 11111011
Octal 217 263 373
Decimal 143 179 251
Hex 8F B3 FB

RGB Percentages of Color #8fb3fb

%24.96
%31.24
%43.80

CMYK Percentages of Color #8fb3fb

%43
%29
%0
%2

Triadic Colors of #8fb3fb

#8fb3fb #fb8fb3 #b3fb8f

Analogous Colors of #8fb3fb

#8fb3fb #a18ffb #8fe9fb

Monochromatic Colors of #8fb3fb

#8fb3fb

Complementary Color

#8fb3fb #fbd78f

#8fb3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb3fb Color CSS Codes

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

#8fb3fb Text Font Color

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

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


#8fb3fb Background Color

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

This div background color is #8fb3fb


#8fb3fb Border Color

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

This div border color is #8fb3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb3fb


Comments

No comments written yet.

Please login to write comment.