Color Hex Logo

#8cbbfa Color Hex

#8CBBFA
(140,187,250)
0 Favorites   0 Comments

Color spaces of #8cbbfa

RGB 140187250
HSL0.600.920.76
HSV214°44°98°
CMYK 0.440.250.00   0.02
XYZ45.840948.018297.2949
Yxy48.01820.23980.2512
Hunter Lab69.2952-3.1833-34.7404
CIE-Lab74.83640.5741-36.0226

#8cbbfa color RGB value is (140,187,250).

#8cbbfa hex color red value is 140, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8cbbfa hue: 0.60 , saturation: 0.92 and the lightness value of 8cbbfa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11111010
Octal 214 273 372
Decimal 140 187 250
Hex 8C BB FA

RGB Percentages of Color #8cbbfa

%24.26
%32.41
%43.33

CMYK Percentages of Color #8cbbfa

%44
%25
%0
%2

Triadic Colors of #8cbbfa

#8cbbfa #fa8cbb #bbfa8c

Analogous Colors of #8cbbfa

#8cbbfa #948cfa #8cf2fa

Monochromatic Colors of #8cbbfa

#8cbbfa

Complementary Color

#8cbbfa #facb8c

#8cbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbfa Color CSS Codes

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

#8cbbfa Text Font Color

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

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


#8cbbfa Background Color

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

This div background color is #8cbbfa


#8cbbfa Border Color

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

This div border color is #8cbbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbfa


Comments

No comments written yet.

Please login to write comment.