Color Hex Logo

#8caade Color Hex

#8CAADE
(140,170,222)
0 Favorites   0 Comments

Color spaces of #8caade

RGB 140170222
HSL0.610.550.71
HSV218°37°87°
CMYK 0.370.230.00   0.13
XYZ38.374839.598874.7280
Yxy39.59880.25130.2593
Hunter Lab62.9276-1.2695-26.3590
CIE-Lab69.18282.3821-29.5490

#8caade color RGB value is (140,170,222).

#8caade hex color red value is 140, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8caade hue: 0.61 , saturation: 0.55 and the lightness value of 8caade is 0.71.

The process color (four color CMYK) of #8caade color hex is 0.37, 0.23, 0.00, 0.13. Web safe color of #8caade is #9999cc. Color #8caade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101010 11011110
Octal 214 252 336
Decimal 140 170 222
Hex 8C AA DE

RGB Percentages of Color #8caade

%26.32
%31.95
%41.73

CMYK Percentages of Color #8caade

%37
%23
%0
%13

Triadic Colors of #8caade

#8caade #de8caa #aade8c

Analogous Colors of #8caade

#8caade #978cde #8cd3de

Monochromatic Colors of #8caade

#8caade

Complementary Color

#8caade #dec08c

#8caade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caade Color CSS Codes

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

#8caade Text Font Color

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

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


#8caade Background Color

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

This div background color is #8caade


#8caade Border Color

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

This div border color is #8caade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caade


Comments

No comments written yet.

Please login to write comment.