Color Hex Logo

#8dcaaf Color Hex

#8DCAAF
(141,202,175)
0 Favorites   0 Comments

Color spaces of #8dcaaf

RGB 141202175
HSL0.430.370.67
HSV153°30°79°
CMYK 0.300.000.13   0.21
XYZ39.842950.998948.3013
Yxy50.99890.28630.3665
Hunter Lab71.4135-25.38529.8880
CIE-Lab76.6783-25.27247.2576

#8dcaaf color RGB value is (141,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 10101111
Octal 215 312 257
Decimal 141 202 175
Hex 8D CA AF

RGB Percentages of Color #8dcaaf

%27.22
%39.00
%33.78

CMYK Percentages of Color #8dcaaf

%30
%0
%13
%21

Triadic Colors of #8dcaaf

#8dcaaf #af8dca #caaf8d

Analogous Colors of #8dcaaf

#8dcaaf #8dc7ca #8dca91

Monochromatic Colors of #8dcaaf

#8dcaaf

Complementary Color

#8dcaaf #ca8da8

#8dcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcaaf Color CSS Codes

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

#8dcaaf Text Font Color

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

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


#8dcaaf Background Color

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

This div background color is #8dcaaf


#8dcaaf Border Color

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

This div border color is #8dcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcaaf


Comments

No comments written yet.

Please login to write comment.