Color Hex Logo

#8fb3ad Color Hex

#8FB3AD
(143,179,173)
0 Favorites   0 Comments

Color spaces of #8fb3ad

RGB 143179173
HSL0.470.190.63
HSV170°20°70°
CMYK 0.200.000.03   0.30
XYZ34.990641.097045.6235
Yxy41.09700.28750.3377
Hunter Lab64.1069-14.75902.6795
CIE-Lab70.2438-13.3904-0.9639

#8fb3ad color RGB value is (143,179,173).

#8fb3ad hex color red value is 143, green value is 179 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8fb3ad hue: 0.47 , saturation: 0.19 and the lightness value of 8fb3ad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110011 10101101
Octal 217 263 255
Decimal 143 179 173
Hex 8F B3 AD

RGB Percentages of Color #8fb3ad

%28.89
%36.16
%34.95

CMYK Percentages of Color #8fb3ad

%20
%0
%3
%30

Triadic Colors of #8fb3ad

#8fb3ad #ad8fb3 #b3ad8f

Analogous Colors of #8fb3ad

#8fb3ad #8fa7b3 #8fb39b

Monochromatic Colors of #8fb3ad

#8fb3ad

Complementary Color

#8fb3ad #b38f95

#8fb3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb3ad Color CSS Codes

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

#8fb3ad Text Font Color

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

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


#8fb3ad Background Color

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

This div background color is #8fb3ad


#8fb3ad Border Color

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

This div border color is #8fb3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb3ad


Comments

No comments written yet.

Please login to write comment.