Color Hex Logo

#8fcfaf Color Hex

#8FCFAF
(143,207,175)
0 Favorites   0 Comments

Color spaces of #8fcfaf

RGB 143207175
HSL0.420.400.69
HSV150°31°81°
CMYK 0.310.000.15   0.19
XYZ41.378453.560448.7148
Yxy53.56040.28800.3728
Hunter Lab73.1850-27.150711.7637
CIE-Lab78.2047-27.10499.4552

#8fcfaf color RGB value is (143,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001111 10101111
Octal 217 317 257
Decimal 143 207 175
Hex 8F CF AF

RGB Percentages of Color #8fcfaf

%27.24
%39.43
%33.33

CMYK Percentages of Color #8fcfaf

%31
%0
%15
%19

Triadic Colors of #8fcfaf

#8fcfaf #af8fcf #cfaf8f

Analogous Colors of #8fcfaf

#8fcfaf #8fcfcf #8fcf8f

Monochromatic Colors of #8fcfaf

#8fcfaf

Complementary Color

#8fcfaf #cf8faf

#8fcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcfaf Color CSS Codes

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

#8fcfaf Text Font Color

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

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


#8fcfaf Background Color

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

This div background color is #8fcfaf


#8fcfaf Border Color

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

This div border color is #8fcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcfaf


Comments

No comments written yet.

Please login to write comment.