Color Hex Logo

#8c9ada Color Hex

#8C9ADA
(140,154,218)
0 Favorites   0 Comments

Color spaces of #8c9ada

RGB 140154218
HSL0.640.510.70
HSV229°36°85°
CMYK 0.360.290.00   0.15
XYZ35.025733.748670.9977
Yxy33.74860.25060.2415
Hunter Lab58.09355.9573-31.7944
CIE-Lab64.762510.3556-34.1845

#8c9ada color RGB value is (140,154,218).

#8c9ada hex color red value is 140, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8c9ada hue: 0.64 , saturation: 0.51 and the lightness value of 8c9ada is 0.70.

The process color (four color CMYK) of #8c9ada color hex is 0.36, 0.29, 0.00, 0.15. Web safe color of #8c9ada is #9999cc. Color #8c9ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011010 11011010
Octal 214 232 332
Decimal 140 154 218
Hex 8C 9A DA

RGB Percentages of Color #8c9ada

%27.34
%30.08
%42.58

CMYK Percentages of Color #8c9ada

%36
%29
%0
%15

Triadic Colors of #8c9ada

#8c9ada #da8c9a #9ada8c

Analogous Colors of #8c9ada

#8c9ada #a58cda #8cc1da

Monochromatic Colors of #8c9ada

#8c9ada

Complementary Color

#8c9ada #dacc8c

#8c9ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9ada Color CSS Codes

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

#8c9ada Text Font Color

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

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


#8c9ada Background Color

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

This div background color is #8c9ada


#8c9ada Border Color

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

This div border color is #8c9ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9ada


Comments

No comments written yet.

Please login to write comment.