Color Hex Logo

#8caafa Color Hex

#8CAAFA
(140,170,250)
0 Favorites   0 Comments

Color spaces of #8caafa

RGB 140170250
HSL0.620.920.76
HSV224°44°98°
CMYK 0.440.320.00   0.02
XYZ42.445341.227096.1630
Yxy41.22700.23600.2292
Hunter Lab64.20835.6342-43.8513
CIE-Lab70.334710.0470-43.0343

#8caafa color RGB value is (140,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101010 11111010
Octal 214 252 372
Decimal 140 170 250
Hex 8C AA FA

RGB Percentages of Color #8caafa

%25.00
%30.36
%44.64

CMYK Percentages of Color #8caafa

%44
%32
%0
%2

Triadic Colors of #8caafa

#8caafa #fa8caa #aafa8c

Analogous Colors of #8caafa

#8caafa #a58cfa #8ce1fa

Monochromatic Colors of #8caafa

#8caafa

Complementary Color

#8caafa #fadc8c

#8caafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caafa Color CSS Codes

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

#8caafa Text Font Color

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

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


#8caafa Background Color

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

This div background color is #8caafa


#8caafa Border Color

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

This div border color is #8caafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,170,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8caafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caafa

Related Colors


Comments

No comments written yet.

Please login to write comment.