Color Hex Logo

#8cdfaf Color Hex

#8CDFAF
(140,223,175)
0 Favorites   0 Comments

Color spaces of #8cdfaf

RGB 140223175
HSL0.400.560.71
HSV145°37°87°
CMYK 0.370.000.22   0.13
XYZ44.940861.445950.0491
Yxy61.44590.28730.3928
Hunter Lab78.3874-34.841017.0155
CIE-Lab82.6179-35.550115.6801

#8cdfaf color RGB value is (140,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 10101111
Octal 214 337 257
Decimal 140 223 175
Hex 8C DF AF

RGB Percentages of Color #8cdfaf

%26.02
%41.45
%32.53

CMYK Percentages of Color #8cdfaf

%37
%0
%22
%13

Triadic Colors of #8cdfaf

#8cdfaf #af8cdf #dfaf8c

Analogous Colors of #8cdfaf

#8cdfaf #8cdfd9 #93df8c

Monochromatic Colors of #8cdfaf

#8cdfaf

Complementary Color

#8cdfaf #df8cbc

#8cdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfaf Color CSS Codes

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

#8cdfaf Text Font Color

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

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


#8cdfaf Background Color

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

This div background color is #8cdfaf


#8cdfaf Border Color

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

This div border color is #8cdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfaf


Comments

No comments written yet.

Please login to write comment.