Color Hex Logo

#8cbafd Color Hex

#8CBAFD
(140,186,253)
0 Favorites   0 Comments

Color spaces of #8cbafd

RGB 140186253
HSL0.600.970.77
HSV216°45°99°
CMYK 0.450.260.00   0.01
XYZ46.103747.785199.7220
Yxy47.78510.23810.2468
Hunter Lab69.1268-1.9223-37.1428
CIE-Lab74.68921.9565-37.8652

#8cbafd color RGB value is (140,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 11111101
Octal 214 272 375
Decimal 140 186 253
Hex 8C BA FD

RGB Percentages of Color #8cbafd

%24.18
%32.12
%43.70

CMYK Percentages of Color #8cbafd

%45
%26
%0
%1

Triadic Colors of #8cbafd

#8cbafd #fd8cba #bafd8c

Analogous Colors of #8cbafd

#8cbafd #978cfd #8cf3fd

Monochromatic Colors of #8cbafd

#8cbafd

Complementary Color

#8cbafd #fdcf8c

#8cbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbafd Color CSS Codes

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

#8cbafd Text Font Color

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

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


#8cbafd Background Color

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

This div background color is #8cbafd


#8cbafd Border Color

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

This div border color is #8cbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.