Color Hex Logo

#8fcfad Color Hex

#8FCFAD
(143,207,173)
0 Favorites   0 Comments

Color spaces of #8fcfad

RGB 143207173
HSL0.410.400.69
HSV148°31°81°
CMYK 0.310.000.16   0.19
XYZ41.183353.482447.6877
Yxy53.48240.28930.3757
Hunter Lab73.1317-27.460112.5303
CIE-Lab78.1590-27.504210.4590

#8fcfad color RGB value is (143,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001111 10101101
Octal 217 317 255
Decimal 143 207 173
Hex 8F CF AD

RGB Percentages of Color #8fcfad

%27.34
%39.58
%33.08

CMYK Percentages of Color #8fcfad

%31
%0
%16
%19

Triadic Colors of #8fcfad

#8fcfad #ad8fcf #cfad8f

Analogous Colors of #8fcfad

#8fcfad #8fcfcd #91cf8f

Monochromatic Colors of #8fcfad

#8fcfad

Complementary Color

#8fcfad #cf8fb1

#8fcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcfad Color CSS Codes

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

#8fcfad Text Font Color

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

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


#8fcfad Background Color

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

This div background color is #8fcfad


#8fcfad Border Color

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

This div border color is #8fcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcfad


Comments

No comments written yet.

Please login to write comment.