Color Hex Logo

#8a9adc Color Hex

#8A9ADC
(138,154,220)
0 Favorites   0 Comments

Color spaces of #8a9adc

RGB 138154220
HSL0.630.540.70
HSV228°37°86°
CMYK 0.370.300.00   0.14
XYZ34.955133.681872.3690
Yxy33.68180.24790.2389
Hunter Lab58.03605.9475-33.3075
CIE-Lab64.709210.3445-35.3859

#8a9adc color RGB value is (138,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011010 11011100
Octal 212 232 334
Decimal 138 154 220
Hex 8A 9A DC

RGB Percentages of Color #8a9adc

%26.95
%30.08
%42.97

CMYK Percentages of Color #8a9adc

%37
%30
%0
%14

Triadic Colors of #8a9adc

#8a9adc #dc8a9a #9adc8a

Analogous Colors of #8a9adc

#8a9adc #a38adc #8ac3dc

Monochromatic Colors of #8a9adc

#8a9adc

Complementary Color

#8a9adc #dccc8a

#8a9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9adc Color CSS Codes

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

#8a9adc Text Font Color

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

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


#8a9adc Background Color

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

This div background color is #8a9adc


#8a9adc Border Color

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

This div border color is #8a9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9adc


Comments

No comments written yet.

Please login to write comment.