Color Hex Logo

#8abdb6 Color Hex

#8ABDB6
(138,189,182)
0 Favorites   0 Comments

Color spaces of #8abdb6

RGB 138189182
HSL0.480.280.64
HSV172°27°74°
CMYK 0.270.000.04   0.26
XYZ37.122345.175951.0192
Yxy45.17590.27850.3389
Hunter Lab67.2130-19.03582.0440
CIE-Lab73.0076-18.1689-1.8803

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 10110110
Octal 212 275 266
Decimal 138 189 182
Hex 8A BD B6

RGB Percentages of Color #8abdb6

%27.11
%37.13
%35.76

CMYK Percentages of Color #8abdb6

%27
%0
%4
%26

Triadic Colors of #8abdb6

#8abdb6 #b68abd #bdb68a

Analogous Colors of #8abdb6

#8abdb6 #8aabbd #8abd9d

Monochromatic Colors of #8abdb6

#8abdb6

Complementary Color

#8abdb6 #bd8a91

#8abdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdb6 Color CSS Codes

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

#8abdb6 Text Font Color

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

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


#8abdb6 Background Color

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

This div background color is #8abdb6


#8abdb6 Border Color

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

This div border color is #8abdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdb6


Comments

No comments written yet.

Please login to write comment.