Color Hex Logo

#8dcfad Color Hex

#8DCFAD
(141,207,173)
0 Favorites   0 Comments

Color spaces of #8dcfad

RGB 141207173
HSL0.410.410.68
HSV149°32°81°
CMYK 0.320.000.16   0.19
XYZ40.840253.305547.6717
Yxy53.30550.28800.3759
Hunter Lab73.0106-27.920412.3945
CIE-Lab78.0550-28.109910.2968

#8dcfad color RGB value is (141,207,173).

#8dcfad hex color red value is 141, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8dcfad hue: 0.41 , saturation: 0.41 and the lightness value of 8dcfad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001111 10101101
Octal 215 317 255
Decimal 141 207 173
Hex 8D CF AD

RGB Percentages of Color #8dcfad

%27.06
%39.73
%33.21

CMYK Percentages of Color #8dcfad

%32
%0
%16
%19

Triadic Colors of #8dcfad

#8dcfad #ad8dcf #cfad8d

Analogous Colors of #8dcfad

#8dcfad #8dcfce #8ecf8d

Monochromatic Colors of #8dcfad

#8dcfad

Complementary Color

#8dcfad #cf8daf

#8dcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcfad Color CSS Codes

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

#8dcfad Text Font Color

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

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


#8dcfad Background Color

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

This div background color is #8dcfad


#8dcfad Border Color

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

This div border color is #8dcfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,207,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcfad


Comments

No comments written yet.

Please login to write comment.