Color Hex Logo

#8bbcfc Color Hex

#8BBCFC
(139,188,252)
0 Favorites   0 Comments

Color spaces of #8bbcfc

RGB 139188252
HSL0.590.950.77
HSV214°45°99°
CMYK 0.450.250.00   0.01
XYZ46.201448.483799.0187
Yxy48.48370.23850.2503
Hunter Lab69.6302-3.4137-35.5730
CIE-Lab75.12900.3381-36.6492

#8bbcfc color RGB value is (139,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11111100
Octal 213 274 374
Decimal 139 188 252
Hex 8B BC FC

RGB Percentages of Color #8bbcfc

%24.01
%32.47
%43.52

CMYK Percentages of Color #8bbcfc

%45
%25
%0
%1

Triadic Colors of #8bbcfc

#8bbcfc #fc8bbc #bcfc8b

Analogous Colors of #8bbcfc

#8bbcfc #938bfc #8bf5fc

Monochromatic Colors of #8bbcfc

#8bbcfc

Complementary Color

#8bbcfc #fccb8b

#8bbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcfc Color CSS Codes

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

#8bbcfc Text Font Color

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

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


#8bbcfc Background Color

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

This div background color is #8bbcfc


#8bbcfc Border Color

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

This div border color is #8bbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcfc


Comments

No comments written yet.

Please login to write comment.