Color Hex Logo

#8cbbfd Color Hex

#8CBBFD
(140,187,253)
0 Favorites   0 Comments

Color spaces of #8cbbfd

RGB 140187253
HSL0.600.970.77
HSV215°45°99°
CMYK 0.450.260.00   0.01
XYZ46.315248.207999.7925
Yxy48.20790.23840.2481
Hunter Lab69.4319-2.4358-36.6135
CIE-Lab74.95591.4068-37.4511

#8cbbfd color RGB value is (140,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11111101
Octal 214 273 375
Decimal 140 187 253
Hex 8C BB FD

RGB Percentages of Color #8cbbfd

%24.14
%32.24
%43.62

CMYK Percentages of Color #8cbbfd

%45
%26
%0
%1

Triadic Colors of #8cbbfd

#8cbbfd #fd8cbb #bbfd8c

Analogous Colors of #8cbbfd

#8cbbfd #968cfd #8cf4fd

Monochromatic Colors of #8cbbfd

#8cbbfd

Complementary Color

#8cbbfd #fdce8c

#8cbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbfd Color CSS Codes

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

#8cbbfd Text Font Color

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

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


#8cbbfd Background Color

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

This div background color is #8cbbfd


#8cbbfd Border Color

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

This div border color is #8cbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbfd


Comments

No comments written yet.

Please login to write comment.