Color Hex Logo

#8aaedb Color Hex

#8AAEDB
(138,174,219)
0 Favorites   0 Comments

Color spaces of #8aaedb

RGB 138174219
HSL0.590.530.70
HSV213°37°86°
CMYK 0.370.210.00   0.14
XYZ38.403540.789972.8670
Yxy40.78990.25260.2682
Hunter Lab63.8670-4.4343-22.9382
CIE-Lab70.0285-1.1708-26.6142

#8aaedb color RGB value is (138,174,219).

#8aaedb hex color red value is 138, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8aaedb hue: 0.59 , saturation: 0.53 and the lightness value of 8aaedb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 11011011
Octal 212 256 333
Decimal 138 174 219
Hex 8A AE DB

RGB Percentages of Color #8aaedb

%25.99
%32.77
%41.24

CMYK Percentages of Color #8aaedb

%37
%21
%0
%14

Triadic Colors of #8aaedb

#8aaedb #db8aae #aedb8a

Analogous Colors of #8aaedb

#8aaedb #8f8adb #8ad7db

Monochromatic Colors of #8aaedb

#8aaedb

Complementary Color

#8aaedb #dbb78a

#8aaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaedb Color CSS Codes

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

#8aaedb Text Font Color

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

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


#8aaedb Background Color

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

This div background color is #8aaedb


#8aaedb Border Color

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

This div border color is #8aaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaedb


Comments

No comments written yet.

Please login to write comment.