Color Hex Logo

#8aabdf Color Hex

#8AABDF
(138,171,223)
0 Favorites   0 Comments

Color spaces of #8aabdf

RGB 138171223
HSL0.600.570.71
HSV217°38°87°
CMYK 0.380.230.00   0.13
XYZ38.363439.856875.4832
Yxy39.85680.24960.2593
Hunter Lab63.1322-2.0128-26.6967
CIE-Lab69.36741.5499-29.8230

#8aabdf color RGB value is (138,171,223).

#8aabdf hex color red value is 138, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8aabdf hue: 0.60 , saturation: 0.57 and the lightness value of 8aabdf is 0.71.

The process color (four color CMYK) of #8aabdf color hex is 0.38, 0.23, 0.00, 0.13. Web safe color of #8aabdf is #9999cc. Color #8aabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101011 11011111
Octal 212 253 337
Decimal 138 171 223
Hex 8A AB DF

RGB Percentages of Color #8aabdf

%25.94
%32.14
%41.92

CMYK Percentages of Color #8aabdf

%38
%23
%0
%13

Triadic Colors of #8aabdf

#8aabdf #df8aab #abdf8a

Analogous Colors of #8aabdf

#8aabdf #948adf #8ad6df

Monochromatic Colors of #8aabdf

#8aabdf

Complementary Color

#8aabdf #dfbe8a

#8aabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aabdf Color CSS Codes

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

#8aabdf Text Font Color

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

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


#8aabdf Background Color

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

This div background color is #8aabdf


#8aabdf Border Color

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

This div border color is #8aabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aabdf


Comments

No comments written yet.

Please login to write comment.