Color Hex Logo

#8bcbfd Color Hex

#8BCBFD
(139,203,253)
0 Favorites   0 Comments

Color spaces of #8bcbfd

RGB 139203253
HSL0.570.970.77
HSV206°45°99°
CMYK 0.450.200.00   0.01
XYZ49.733055.2927100.9799
Yxy55.29270.24140.2684
Hunter Lab74.3591-10.7436-28.4647
CIE-Lab79.2096-7.4785-30.8846

#8bcbfd color RGB value is (139,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11111101
Octal 213 313 375
Decimal 139 203 253
Hex 8B CB FD

RGB Percentages of Color #8bcbfd

%23.36
%34.12
%42.52

CMYK Percentages of Color #8bcbfd

%45
%20
%0
%1

Triadic Colors of #8bcbfd

#8bcbfd #fd8bcb #cbfd8b

Analogous Colors of #8bcbfd

#8bcbfd #8b92fd #8bfdf6

Monochromatic Colors of #8bcbfd

#8bcbfd

Complementary Color

#8bcbfd #fdbd8b

#8bcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbfd Color CSS Codes

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

#8bcbfd Text Font Color

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

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


#8bcbfd Background Color

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

This div background color is #8bcbfd


#8bcbfd Border Color

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

This div border color is #8bcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbfd


Comments

No comments written yet.

Please login to write comment.