Color Hex Logo

#8cdfaa Color Hex

#8CDFAA
(140,223,170)
0 Favorites   0 Comments

Color spaces of #8cdfaa

RGB 140223170
HSL0.390.560.71
HSV142°37°87°
CMYK 0.370.000.24   0.13
XYZ44.458661.253147.5100
Yxy61.25310.29020.3998
Hunter Lab78.2644-35.564518.7933
CIE-Lab82.5146-36.503218.1577

#8cdfaa color RGB value is (140,223,170).

#8cdfaa hex color red value is 140, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8cdfaa hue: 0.39 , saturation: 0.56 and the lightness value of 8cdfaa is 0.71.

The process color (four color CMYK) of #8cdfaa color hex is 0.37, 0.00, 0.24, 0.13. Web safe color of #8cdfaa is #99cc99. Color #8cdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 10101010
Octal 214 337 252
Decimal 140 223 170
Hex 8C DF AA

RGB Percentages of Color #8cdfaa

%26.27
%41.84
%31.89

CMYK Percentages of Color #8cdfaa

%37
%0
%24
%13

Triadic Colors of #8cdfaa

#8cdfaa #aa8cdf #dfaa8c

Analogous Colors of #8cdfaa

#8cdfaa #8cdfd4 #98df8c

Monochromatic Colors of #8cdfaa

#8cdfaa

Complementary Color

#8cdfaa #df8cc1

#8cdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfaa Color CSS Codes

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

#8cdfaa Text Font Color

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

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


#8cdfaa Background Color

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

This div background color is #8cdfaa


#8cdfaa Border Color

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

This div border color is #8cdfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,223,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfaa


Comments

No comments written yet.

Please login to write comment.