Color Hex Logo

#8cadad Color Hex

#8CADAD
(140,173,173)
0 Favorites   0 Comments

Color spaces of #8cadad

RGB 140173173
HSL0.500.170.61
HSV180°19°68°
CMYK 0.190.000.00   0.32
XYZ33.301638.479745.2073
Yxy38.47970.28470.3289
Hunter Lab62.0320-12.72910.2134
CIE-Lab68.3727-11.1864-3.7335

#8cadad color RGB value is (140,173,173).

#8cadad hex color red value is 140, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8cadad hue: 0.50 , saturation: 0.17 and the lightness value of 8cadad is 0.61.

The process color (four color CMYK) of #8cadad color hex is 0.19, 0.00, 0.00, 0.32. Web safe color of #8cadad is #999999. Color #8cadad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 10101101
Octal 214 255 255
Decimal 140 173 173
Hex 8C AD AD

RGB Percentages of Color #8cadad

%28.81
%35.60
%35.60

CMYK Percentages of Color #8cadad

%19
%0
%0
%32

Triadic Colors of #8cadad

#8cadad #ad8cad #adad8c

Analogous Colors of #8cadad

#8cadad #8c9dad #8cad9d

Monochromatic Colors of #8cadad

#8cadad

Complementary Color

#8cadad #ad8c8c

#8cadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cadad Color CSS Codes

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

#8cadad Text Font Color

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

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


#8cadad Background Color

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

This div background color is #8cadad


#8cadad Border Color

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

This div border color is #8cadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cadad


Comments

No comments written yet.

Please login to write comment.