Color Hex Logo

#8dc8af Color Hex

#8DC8AF
(141,200,175)
0 Favorites   0 Comments

Color spaces of #8dc8af

RGB 141200175
HSL0.430.350.67
HSV155°30°78°
CMYK 0.300.000.13   0.22
XYZ39.376650.066448.1459
Yxy50.06640.28620.3639
Hunter Lab70.7576-24.49069.1874
CIE-Lab76.1100-24.28826.4414

#8dc8af color RGB value is (141,200,175).

#8dc8af hex color red value is 141, green value is 200 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8dc8af hue: 0.43 , saturation: 0.35 and the lightness value of 8dc8af is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001000 10101111
Octal 215 310 257
Decimal 141 200 175
Hex 8D C8 AF

RGB Percentages of Color #8dc8af

%27.33
%38.76
%33.91

CMYK Percentages of Color #8dc8af

%30
%0
%13
%22

Triadic Colors of #8dc8af

#8dc8af #af8dc8 #c8af8d

Analogous Colors of #8dc8af

#8dc8af #8dc4c8 #8dc892

Monochromatic Colors of #8dc8af

#8dc8af

Complementary Color

#8dc8af #c88da6

#8dc8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc8af Color CSS Codes

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

#8dc8af Text Font Color

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

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


#8dc8af Background Color

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

This div background color is #8dc8af


#8dc8af Border Color

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

This div border color is #8dc8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc8af


Comments

No comments written yet.

Please login to write comment.