Color Hex Logo

#8abfad Color Hex

#8ABFAD
(138,191,173)
0 Favorites   0 Comments

Color spaces of #8abfad

RGB 138191173
HSL0.440.290.65
HSV160°28°75°
CMYK 0.280.000.09   0.25
XYZ36.654945.682046.4208
Yxy45.68200.28470.3548
Hunter Lab67.5885-21.47486.5906
CIE-Lab73.3387-21.13673.5053

#8abfad color RGB value is (138,191,173).

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

The process color (four color CMYK) of #8abfad color hex is 0.28, 0.00, 0.09, 0.25. Web safe color of #8abfad is #99cc99. Color #8abfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 10101101
Octal 212 277 255
Decimal 138 191 173
Hex 8A BF AD

RGB Percentages of Color #8abfad

%27.49
%38.05
%34.46

CMYK Percentages of Color #8abfad

%28
%0
%9
%25

Triadic Colors of #8abfad

#8abfad #ad8abf #bfad8a

Analogous Colors of #8abfad

#8abfad #8ab7bf #8abf93

Monochromatic Colors of #8abfad

#8abfad

Complementary Color

#8abfad #bf8a9c

#8abfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfad Color CSS Codes

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

#8abfad Text Font Color

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

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


#8abfad Background Color

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

This div background color is #8abfad


#8abfad Border Color

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

This div border color is #8abfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfad


Comments

No comments written yet.

Please login to write comment.