Color Hex Logo

#8abdaf Color Hex

#8ABDAF
(138,189,175)
0 Favorites   0 Comments

Color spaces of #8abdaf

RGB 138189175
HSL0.450.280.64
HSV164°27°74°
CMYK 0.270.000.07   0.26
XYZ36.416744.893647.3034
Yxy44.89360.28310.3491
Hunter Lab67.0027-20.23805.0436
CIE-Lab72.8218-19.69861.6661

#8abdaf color RGB value is (138,189,175).

#8abdaf hex color red value is 138, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8abdaf hue: 0.45 , saturation: 0.28 and the lightness value of 8abdaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 10101111
Octal 212 275 257
Decimal 138 189 175
Hex 8A BD AF

RGB Percentages of Color #8abdaf

%27.49
%37.65
%34.86

CMYK Percentages of Color #8abdaf

%27
%0
%7
%26

Triadic Colors of #8abdaf

#8abdaf #af8abd #bdaf8a

Analogous Colors of #8abdaf

#8abdaf #8ab2bd #8abd96

Monochromatic Colors of #8abdaf

#8abdaf

Complementary Color

#8abdaf #bd8a98

#8abdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdaf Color CSS Codes

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

#8abdaf Text Font Color

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

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


#8abdaf Background Color

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

This div background color is #8abdaf


#8abdaf Border Color

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

This div border color is #8abdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,189,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdaf


Comments

No comments written yet.

Please login to write comment.