Color Hex Logo

#8aadb4 Color Hex

#8AADB4
(138,173,180)
0 Favorites   0 Comments

Color spaces of #8aadb4

RGB 138173180
HSL0.530.220.62
HSV190°23°71°
CMYK 0.230.040.00   0.29
XYZ33.663038.585748.8536
Yxy38.58570.27800.3186
Hunter Lab62.1174-11.9717-3.1478
CIE-Lab68.4501-10.2495-7.5083

#8aadb4 color RGB value is (138,173,180).

#8aadb4 hex color red value is 138, green value is 173 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #8aadb4 hue: 0.53 , saturation: 0.22 and the lightness value of 8aadb4 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 10110100
Octal 212 255 264
Decimal 138 173 180
Hex 8A AD B4

RGB Percentages of Color #8aadb4

%28.11
%35.23
%36.66

CMYK Percentages of Color #8aadb4

%23
%4
%0
%29

Triadic Colors of #8aadb4

#8aadb4 #b48aad #adb48a

Analogous Colors of #8aadb4

#8aadb4 #8a98b4 #8ab4a6

Monochromatic Colors of #8aadb4

#8aadb4

Complementary Color

#8aadb4 #b4918a

#8aadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadb4 Color CSS Codes

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

#8aadb4 Text Font Color

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

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


#8aadb4 Background Color

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

This div background color is #8aadb4


#8aadb4 Border Color

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

This div border color is #8aadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadb4


Comments

No comments written yet.

Please login to write comment.