Color Hex Logo

#8cd7af Color Hex

#8CD7AF
(140,215,175)
0 Favorites   0 Comments

Color spaces of #8cd7af

RGB 140215175
HSL0.410.480.70
HSV148°35°84°
CMYK 0.350.000.19   0.16
XYZ42.853557.271549.3533
Yxy57.27150.28670.3831
Hunter Lab75.6779-31.358714.3086
CIE-Lab80.3321-31.823912.4576

#8cd7af color RGB value is (140,215,175).

#8cd7af hex color red value is 140, green value is 215 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8cd7af hue: 0.41 , saturation: 0.48 and the lightness value of 8cd7af is 0.70.

The process color (four color CMYK) of #8cd7af color hex is 0.35, 0.00, 0.19, 0.16. Web safe color of #8cd7af is #99cc99. Color #8cd7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010111 10101111
Octal 214 327 257
Decimal 140 215 175
Hex 8C D7 AF

RGB Percentages of Color #8cd7af

%26.42
%40.57
%33.02

CMYK Percentages of Color #8cd7af

%35
%0
%19
%16

Triadic Colors of #8cd7af

#8cd7af #af8cd7 #d7af8c

Analogous Colors of #8cd7af

#8cd7af #8cd7d5 #8fd78c

Monochromatic Colors of #8cd7af

#8cd7af

Complementary Color

#8cd7af #d78cb4

#8cd7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd7af Color CSS Codes

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

#8cd7af Text Font Color

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

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


#8cd7af Background Color

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

This div background color is #8cd7af


#8cd7af Border Color

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

This div border color is #8cd7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd7af


Comments

No comments written yet.

Please login to write comment.