Color Hex Logo

#8acaad Color Hex

#8ACAAD
(138,202,173)
0 Favorites   0 Comments

Color spaces of #8acaad

RGB 138202173
HSL0.420.380.67
HSV153°32°79°
CMYK 0.320.000.14   0.21
XYZ39.144650.661547.2507
Yxy50.66150.28560.3696
Hunter Lab71.1769-26.391310.4642
CIE-Lab76.4735-26.58858.0184

#8acaad color RGB value is (138,202,173).

#8acaad hex color red value is 138, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8acaad hue: 0.42 , saturation: 0.38 and the lightness value of 8acaad is 0.67.

The process color (four color CMYK) of #8acaad color hex is 0.32, 0.00, 0.14, 0.21. Web safe color of #8acaad is #99cc99. Color #8acaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 10101101
Octal 212 312 255
Decimal 138 202 173
Hex 8A CA AD

RGB Percentages of Color #8acaad

%26.90
%39.38
%33.72

CMYK Percentages of Color #8acaad

%32
%0
%14
%21

Triadic Colors of #8acaad

#8acaad #ad8aca #caad8a

Analogous Colors of #8acaad

#8acaad #8ac7ca #8aca8d

Monochromatic Colors of #8acaad

#8acaad

Complementary Color

#8acaad #ca8aa7

#8acaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acaad Color CSS Codes

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

#8acaad Text Font Color

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

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


#8acaad Background Color

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

This div background color is #8acaad


#8acaad Border Color

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

This div border color is #8acaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acaad


Comments

No comments written yet.

Please login to write comment.