Color Hex Logo

#8aaddc Color Hex

#8AADDC
(138,173,220)
0 Favorites   0 Comments

Color spaces of #8aaddc

RGB 138173220
HSL0.600.540.70
HSV214°37°86°
CMYK 0.370.210.00   0.14
XYZ38.343140.457773.4984
Yxy40.45770.25180.2656
Hunter Lab63.6064-3.7080-23.9863
CIE-Lab69.7943-0.3553-27.5218

#8aaddc color RGB value is (138,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11011100
Octal 212 255 334
Decimal 138 173 220
Hex 8A AD DC

RGB Percentages of Color #8aaddc

%25.99
%32.58
%41.43

CMYK Percentages of Color #8aaddc

%37
%21
%0
%14

Triadic Colors of #8aaddc

#8aaddc #dc8aad #addc8a

Analogous Colors of #8aaddc

#8aaddc #908adc #8ad6dc

Monochromatic Colors of #8aaddc

#8aaddc

Complementary Color

#8aaddc #dcb98a

#8aaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaddc Color CSS Codes

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

#8aaddc Text Font Color

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

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


#8aaddc Background Color

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

This div background color is #8aaddc


#8aaddc Border Color

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

This div border color is #8aaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaddc


Comments

No comments written yet.

Please login to write comment.