Color Hex Logo

#8aaded Color Hex

#8AADED
(138,173,237)
0 Favorites   0 Comments

Color spaces of #8aaded

RGB 138173237
HSL0.610.730.74
HSV219°42°93°
CMYK 0.420.270.00   0.07
XYZ40.710941.404885.9670
Yxy41.40480.24220.2463
Hunter Lab64.34660.3272-34.1688
CIE-Lab70.45864.2347-35.7839

#8aaded color RGB value is (138,173,237).

#8aaded hex color red value is 138, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8aaded hue: 0.61 , saturation: 0.73 and the lightness value of 8aaded is 0.74.

The process color (four color CMYK) of #8aaded color hex is 0.42, 0.27, 0.00, 0.07. Web safe color of #8aaded is #9999ff. Color #8aaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11101101
Octal 212 255 355
Decimal 138 173 237
Hex 8A AD ED

RGB Percentages of Color #8aaded

%25.18
%31.57
%43.25

CMYK Percentages of Color #8aaded

%42
%27
%0
%7

Triadic Colors of #8aaded

#8aaded #ed8aad #aded8a

Analogous Colors of #8aaded

#8aaded #998aed #8adfed

Monochromatic Colors of #8aaded

#8aaded

Complementary Color

#8aaded #edca8a

#8aaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaded Color CSS Codes

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

#8aaded Text Font Color

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

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


#8aaded Background Color

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

This div background color is #8aaded


#8aaded Border Color

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

This div border color is #8aaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaded


Comments

No comments written yet.

Please login to write comment.