Color Hex Logo

#8abdbd Color Hex

#8ABDBD
(138,189,189)
0 Favorites   0 Comments

Color spaces of #8abdbd

RGB 138189189
HSL0.500.280.64
HSV180°27°74°
CMYK 0.270.000.00   0.26
XYZ37.864145.472654.9255
Yxy45.47260.27390.3289
Hunter Lab67.4334-17.7800-1.0892
CIE-Lab73.2020-16.5886-5.4126

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 10111101
Octal 212 275 275
Decimal 138 189 189
Hex 8A BD BD

RGB Percentages of Color #8abdbd

%26.74
%36.63
%36.63

CMYK Percentages of Color #8abdbd

%27
%0
%0
%26

Triadic Colors of #8abdbd

#8abdbd #bd8abd #bdbd8a

Analogous Colors of #8abdbd

#8abdbd #8aa4bd #8abda4

Monochromatic Colors of #8abdbd

#8abdbd

Complementary Color

#8abdbd #bd8a8a

#8abdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdbd Color CSS Codes

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

#8abdbd Text Font Color

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

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


#8abdbd Background Color

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

This div background color is #8abdbd


#8abdbd Border Color

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

This div border color is #8abdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdbd


Comments

No comments written yet.

Please login to write comment.