Color Hex Logo

#8cb9fb Color Hex

#8CB9FB
(140,185,251)
0 Favorites   0 Comments

Color spaces of #8cb9fb

RGB 140185251
HSL0.600.930.77
HSV216°44°98°
CMYK 0.440.260.00   0.02
XYZ45.576847.238497.9826
Yxy47.23840.23890.2476
Hunter Lab68.7302-1.9098-36.4134
CIE-Lab74.34201.9506-37.3279

#8cb9fb color RGB value is (140,185,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111001 11111011
Octal 214 271 373
Decimal 140 185 251
Hex 8C B9 FB

RGB Percentages of Color #8cb9fb

%24.31
%32.12
%43.58

CMYK Percentages of Color #8cb9fb

%44
%26
%0
%2

Triadic Colors of #8cb9fb

#8cb9fb #fb8cb9 #b9fb8c

Analogous Colors of #8cb9fb

#8cb9fb #978cfb #8cf1fb

Monochromatic Colors of #8cb9fb

#8cb9fb

Complementary Color

#8cb9fb #fbce8c

#8cb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb9fb Color CSS Codes

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

#8cb9fb Text Font Color

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

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


#8cb9fb Background Color

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

This div background color is #8cb9fb


#8cb9fb Border Color

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

This div border color is #8cb9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb9fb


Comments

No comments written yet.

Please login to write comment.