Color Hex Logo

#8a9cda Color Hex

#8A9CDA
(138,156,218)
0 Favorites   0 Comments

Color spaces of #8a9cda

RGB 138156218
HSL0.630.520.70
HSV227°37°85°
CMYK 0.370.280.00   0.15
XYZ35.024634.242271.0931
Yxy34.24220.24950.2440
Hunter Lab58.51684.4347-31.0706
CIE-Lab65.15448.6629-33.5865

#8a9cda color RGB value is (138,156,218).

#8a9cda hex color red value is 138, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a9cda hue: 0.63 , saturation: 0.52 and the lightness value of 8a9cda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011100 11011010
Octal 212 234 332
Decimal 138 156 218
Hex 8A 9C DA

RGB Percentages of Color #8a9cda

%26.95
%30.47
%42.58

CMYK Percentages of Color #8a9cda

%37
%28
%0
%15

Triadic Colors of #8a9cda

#8a9cda #da8a9c #9cda8a

Analogous Colors of #8a9cda

#8a9cda #a08ada #8ac4da

Monochromatic Colors of #8a9cda

#8a9cda

Complementary Color

#8a9cda #dac88a

#8a9cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9cda Color CSS Codes

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

#8a9cda Text Font Color

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

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


#8a9cda Background Color

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

This div background color is #8a9cda


#8a9cda Border Color

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

This div border color is #8a9cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9cda


Comments

No comments written yet.

Please login to write comment.