Color Hex Logo

#8ccaad Color Hex

#8CCAAD
(140,202,173)
0 Favorites   0 Comments

Color spaces of #8ccaad

RGB 140202173
HSL0.420.370.67
HSV152°31°79°
CMYK 0.310.000.14   0.21
XYZ39.478650.833647.2663
Yxy50.83360.28700.3695
Hunter Lab71.2977-25.932810.6025
CIE-Lab76.5781-25.98438.1821

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 10101101
Octal 214 312 255
Decimal 140 202 173
Hex 8C CA AD

RGB Percentages of Color #8ccaad

%27.18
%39.22
%33.59

CMYK Percentages of Color #8ccaad

%31
%0
%14
%21

Triadic Colors of #8ccaad

#8ccaad #ad8cca #caad8c

Analogous Colors of #8ccaad

#8ccaad #8cc8ca #8cca8e

Monochromatic Colors of #8ccaad

#8ccaad

Complementary Color

#8ccaad #ca8ca9

#8ccaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccaad Color CSS Codes

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

#8ccaad Text Font Color

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

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


#8ccaad Background Color

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

This div background color is #8ccaad


#8ccaad Border Color

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

This div border color is #8ccaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccaad


Comments

No comments written yet.

Please login to write comment.