Color Hex Logo

#8bbcfd Color Hex

#8BBCFD
(139,188,253)
0 Favorites   0 Comments

Color spaces of #8bbcfd

RGB 139188253
HSL0.600.970.77
HSV214°45°99°
CMYK 0.450.260.00   0.01
XYZ46.360348.547399.8556
Yxy48.54730.23800.2493
Hunter Lab69.6759-3.1641-36.1980
CIE-Lab75.16880.6166-37.1249

#8bbcfd color RGB value is (139,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11111101
Octal 213 274 375
Decimal 139 188 253
Hex 8B BC FD

RGB Percentages of Color #8bbcfd

%23.97
%32.41
%43.62

CMYK Percentages of Color #8bbcfd

%45
%26
%0
%1

Triadic Colors of #8bbcfd

#8bbcfd #fd8bbc #bcfd8b

Analogous Colors of #8bbcfd

#8bbcfd #938bfd #8bf5fd

Monochromatic Colors of #8bbcfd

#8bbcfd

Complementary Color

#8bbcfd #fdcc8b

#8bbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcfd Color CSS Codes

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

#8bbcfd Text Font Color

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

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


#8bbcfd Background Color

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

This div background color is #8bbcfd


#8bbcfd Border Color

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

This div border color is #8bbcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,188,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.