Color Hex Logo

#8fcaab Color Hex

#8FCAAB
(143,202,171)
0 Favorites   0 Comments

Color spaces of #8fcaab

RGB 143202171
HSL0.410.360.68
HSV148°29°79°
CMYK 0.290.000.15   0.21
XYZ39.798951.021046.2785
Yxy51.02100.29030.3721
Hunter Lab71.4290-25.543911.5866
CIE-Lab76.6917-25.46799.4404

#8fcaab color RGB value is (143,202,171).

#8fcaab hex color red value is 143, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8fcaab hue: 0.41 , saturation: 0.36 and the lightness value of 8fcaab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 10101011
Octal 217 312 253
Decimal 143 202 171
Hex 8F CA AB

RGB Percentages of Color #8fcaab

%27.71
%39.15
%33.14

CMYK Percentages of Color #8fcaab

%29
%0
%15
%21

Triadic Colors of #8fcaab

#8fcaab #ab8fca #caab8f

Analogous Colors of #8fcaab

#8fcaab #8fcac9 #91ca8f

Monochromatic Colors of #8fcaab

#8fcaab

Complementary Color

#8fcaab #ca8fae

#8fcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcaab Color CSS Codes

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

#8fcaab Text Font Color

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

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


#8fcaab Background Color

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

This div background color is #8fcaab


#8fcaab Border Color

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

This div border color is #8fcaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,202,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcaab


Comments

No comments written yet.

Please login to write comment.