Color Hex Logo

#8caafd Color Hex

#8CAAFD
(140,170,253)
0 Favorites   0 Comments

Color spaces of #8caafd

RGB 140170253
HSL0.620.970.77
HSV224°45°99°
CMYK 0.450.330.00   0.01
XYZ42.919641.416798.6606
Yxy41.41670.23450.2263
Hunter Lab64.35586.4210-45.8454
CIE-Lab70.466910.8954-44.4534

#8caafd color RGB value is (140,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101010 11111101
Octal 214 252 375
Decimal 140 170 253
Hex 8C AA FD

RGB Percentages of Color #8caafd

%24.87
%30.20
%44.94

CMYK Percentages of Color #8caafd

%45
%33
%0
%1

Triadic Colors of #8caafd

#8caafd #fd8caa #aafd8c

Analogous Colors of #8caafd

#8caafd #a78cfd #8ce3fd

Monochromatic Colors of #8caafd

#8caafd

Complementary Color

#8caafd #fddf8c

#8caafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caafd Color CSS Codes

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

#8caafd Text Font Color

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

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


#8caafd Background Color

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

This div background color is #8caafd


#8caafd Border Color

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

This div border color is #8caafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caafd


Comments

No comments written yet.

Please login to write comment.