Color Hex Logo

#8aadd5 Color Hex

#8AADD5
(138,173,213)
0 Favorites   0 Comments

Color spaces of #8aadd5

RGB 138173213
HSL0.590.470.69
HSV212°35°84°
CMYK 0.350.190.00   0.16
XYZ37.435040.094568.7168
Yxy40.09450.25600.2742
Hunter Lab63.3202-5.2809-20.0189
CIE-Lab69.5368-2.1853-24.0755

#8aadd5 color RGB value is (138,173,213).

#8aadd5 hex color red value is 138, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #8aadd5 hue: 0.59 , saturation: 0.47 and the lightness value of 8aadd5 is 0.69.

The process color (four color CMYK) of #8aadd5 color hex is 0.35, 0.19, 0.00, 0.16. Web safe color of #8aadd5 is #9999cc. Color #8aadd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11010101
Octal 212 255 325
Decimal 138 173 213
Hex 8A AD D5

RGB Percentages of Color #8aadd5

%26.34
%33.02
%40.65

CMYK Percentages of Color #8aadd5

%35
%19
%0
%16

Triadic Colors of #8aadd5

#8aadd5 #d58aad #add58a

Analogous Colors of #8aadd5

#8aadd5 #8d8ad5 #8ad3d5

Monochromatic Colors of #8aadd5

#8aadd5

Complementary Color

#8aadd5 #d5b28a

#8aadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadd5 Color CSS Codes

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

#8aadd5 Text Font Color

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

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


#8aadd5 Background Color

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

This div background color is #8aadd5


#8aadd5 Border Color

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

This div border color is #8aadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadd5


Comments

No comments written yet.

Please login to write comment.