Color Hex Logo

#8fbdad Color Hex

#8FBDAD
(143,189,173)
0 Favorites   0 Comments

Color spaces of #8fbdad

RGB 143189173
HSL0.440.260.65
HSV159°24°74°
CMYK 0.240.000.08   0.26
XYZ37.068145.252046.3160
Yxy45.25200.28820.3518
Hunter Lab67.2696-19.36166.2668
CIE-Lab73.0575-18.56223.1339

#8fbdad color RGB value is (143,189,173).

#8fbdad hex color red value is 143, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8fbdad hue: 0.44 , saturation: 0.26 and the lightness value of 8fbdad is 0.65.

The process color (four color CMYK) of #8fbdad color hex is 0.24, 0.00, 0.08, 0.26. Web safe color of #8fbdad is #99cc99. Color #8fbdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 10101101
Octal 217 275 255
Decimal 143 189 173
Hex 8F BD AD

RGB Percentages of Color #8fbdad

%28.32
%37.43
%34.26

CMYK Percentages of Color #8fbdad

%24
%0
%8
%26

Triadic Colors of #8fbdad

#8fbdad #ad8fbd #bdad8f

Analogous Colors of #8fbdad

#8fbdad #8fb6bd #8fbd96

Monochromatic Colors of #8fbdad

#8fbdad

Complementary Color

#8fbdad #bd8f9f

#8fbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdad Color CSS Codes

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

#8fbdad Text Font Color

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

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


#8fbdad Background Color

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

This div background color is #8fbdad


#8fbdad Border Color

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

This div border color is #8fbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdad


Comments

No comments written yet.

Please login to write comment.