Color Hex Logo

#8aadc2 Color Hex

#8AADC2
(138,173,194)
0 Favorites   0 Comments

Color spaces of #8aadc2

RGB 138173194
HSL0.560.310.65
HSV203°29°76°
CMYK 0.290.110.00   0.24
XYZ35.162439.185556.7492
Yxy39.18550.26820.2989
Hunter Lab62.5983-9.2810-9.9312
CIE-Lab68.8854-6.9497-14.5979

#8aadc2 color RGB value is (138,173,194).

#8aadc2 hex color red value is 138, green value is 173 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #8aadc2 hue: 0.56 , saturation: 0.31 and the lightness value of 8aadc2 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11000010
Octal 212 255 302
Decimal 138 173 194
Hex 8A AD C2

RGB Percentages of Color #8aadc2

%27.33
%34.26
%38.42

CMYK Percentages of Color #8aadc2

%29
%11
%0
%24

Triadic Colors of #8aadc2

#8aadc2 #c28aad #adc28a

Analogous Colors of #8aadc2

#8aadc2 #8a91c2 #8ac2bb

Monochromatic Colors of #8aadc2

#8aadc2

Complementary Color

#8aadc2 #c29f8a

#8aadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadc2 Color CSS Codes

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

#8aadc2 Text Font Color

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

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


#8aadc2 Background Color

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

This div background color is #8aadc2


#8aadc2 Border Color

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

This div border color is #8aadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadc2


Comments

No comments written yet.

Please login to write comment.