Color Hex Logo

#8cacfd Color Hex

#8CACFD
(140,172,253)
0 Favorites   0 Comments

Color spaces of #8cacfd

RGB 140172253
HSL0.620.970.77
HSV223°45°99°
CMYK 0.450.320.00   0.01
XYZ43.297442.172398.7866
Yxy42.17230.23500.2289
Hunter Lab64.94025.3654-44.7334
CIE-Lab70.98969.7648-43.6346

#8cacfd color RGB value is (140,172,253).

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

The process color (four color CMYK) of #8cacfd color hex is 0.45, 0.32, 0.00, 0.01. Web safe color of #8cacfd is #9999ff. Color #8cacfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11111101
Octal 214 254 375
Decimal 140 172 253
Hex 8C AC FD

RGB Percentages of Color #8cacfd

%24.78
%30.44
%44.78

CMYK Percentages of Color #8cacfd

%45
%32
%0
%1

Triadic Colors of #8cacfd

#8cacfd #fd8cac #acfd8c

Analogous Colors of #8cacfd

#8cacfd #a58cfd #8ce5fd

Monochromatic Colors of #8cacfd

#8cacfd

Complementary Color

#8cacfd #fddd8c

#8cacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacfd Color CSS Codes

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

#8cacfd Text Font Color

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

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


#8cacfd Background Color

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

This div background color is #8cacfd


#8cacfd Border Color

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

This div border color is #8cacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacfd


Comments

No comments written yet.

Please login to write comment.