Color Hex Logo

#8aacdf Color Hex

#8AACDF
(138,172,223)
1 Favorites   0 Comments

Color spaces of #8aacdf

RGB 138172223
HSL0.600.570.71
HSV216°38°87°
CMYK 0.380.230.00   0.13
XYZ38.553040.236075.5464
Yxy40.23600.24980.2607
Hunter Lab63.4319-2.5159-26.2112
CIE-Lab69.63730.9943-29.4071

#8aacdf color RGB value is (138,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 11011111
Octal 212 254 337
Decimal 138 172 223
Hex 8A AC DF

RGB Percentages of Color #8aacdf

%25.89
%32.27
%41.84

CMYK Percentages of Color #8aacdf

%38
%23
%0
%13

Triadic Colors of #8aacdf

#8aacdf #df8aac #acdf8a

Analogous Colors of #8aacdf

#8aacdf #938adf #8ad7df

Monochromatic Colors of #8aacdf

#8aacdf

Complementary Color

#8aacdf #dfbd8a

#8aacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aacdf Color CSS Codes

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

#8aacdf Text Font Color

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

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


#8aacdf Background Color

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

This div background color is #8aacdf


#8aacdf Border Color

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

This div border color is #8aacdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,172,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 #8aacdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aacdf


Comments

No comments written yet.

Please login to write comment.