Color Hex Logo

#8caefd Color Hex

#8CAEFD
(140,174,253)
0 Favorites   0 Comments

Color spaces of #8caefd

RGB 140174253
HSL0.620.970.77
HSV222°45°99°
CMYK 0.450.310.00   0.01
XYZ43.680942.939498.9144
Yxy42.93940.23540.2314
Hunter Lab65.52824.3133-43.6282
CIE-Lab71.51388.6375-42.8142

#8caefd color RGB value is (140,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 11111101
Octal 214 256 375
Decimal 140 174 253
Hex 8C AE FD

RGB Percentages of Color #8caefd

%24.69
%30.69
%44.62

CMYK Percentages of Color #8caefd

%45
%31
%0
%1

Triadic Colors of #8caefd

#8caefd #fd8cae #aefd8c

Analogous Colors of #8caefd

#8caefd #a38cfd #8ce7fd

Monochromatic Colors of #8caefd

#8caefd

Complementary Color

#8caefd #fddb8c

#8caefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caefd Color CSS Codes

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

#8caefd Text Font Color

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

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


#8caefd Background Color

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

This div background color is #8caefd


#8caefd Border Color

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

This div border color is #8caefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caefd


Comments

No comments written yet.

Please login to write comment.