Color Hex Logo

#8fadbf Color Hex

#8FADBF
(143,173,191)
0 Favorites   0 Comments

Color spaces of #8fadbf

RGB 143173191
HSL0.560.270.65
HSV203°25°75°
CMYK 0.250.090.00   0.25
XYZ35.675239.488455.0319
Yxy39.48840.27400.3033
Hunter Lab62.8398-8.6322-7.9353
CIE-Lab69.1036-6.1536-12.5816

#8fadbf color RGB value is (143,173,191).

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

The process color (four color CMYK) of #8fadbf color hex is 0.25, 0.09, 0.00, 0.25. Web safe color of #8fadbf is #9999cc. Color #8fadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101101 10111111
Octal 217 255 277
Decimal 143 173 191
Hex 8F AD BF

RGB Percentages of Color #8fadbf

%28.21
%34.12
%37.67

CMYK Percentages of Color #8fadbf

%25
%9
%0
%25

Triadic Colors of #8fadbf

#8fadbf #bf8fad #adbf8f

Analogous Colors of #8fadbf

#8fadbf #8f95bf #8fbfb9

Monochromatic Colors of #8fadbf

#8fadbf

Complementary Color

#8fadbf #bfa18f

#8fadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fadbf Color CSS Codes

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

#8fadbf Text Font Color

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

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


#8fadbf Background Color

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

This div background color is #8fadbf


#8fadbf Border Color

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

This div border color is #8fadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fadbf


Comments

No comments written yet.

Please login to write comment.