Color Hex Logo

#8abdbf Color Hex

#8ABDBF
(138,189,191)
0 Favorites   0 Comments

Color spaces of #8abdbf

RGB 138189191
HSL0.510.290.65
HSV182°28°75°
CMYK 0.280.010.00   0.25
XYZ38.082845.560156.0770
Yxy45.56010.27260.3261
Hunter Lab67.4982-17.4114-2.0089
CIE-Lab73.2592-16.1281-6.4189

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

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

The process color (four color CMYK) of #8abdbf color hex is 0.28, 0.01, 0.00, 0.25. Web safe color of #8abdbf is #99cccc. Color #8abdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 10111111
Octal 212 275 277
Decimal 138 189 191
Hex 8A BD BF

RGB Percentages of Color #8abdbf

%26.64
%36.49
%36.87

CMYK Percentages of Color #8abdbf

%28
%1
%0
%25

Triadic Colors of #8abdbf

#8abdbf #bf8abd #bdbf8a

Analogous Colors of #8abdbf

#8abdbf #8aa3bf #8abfa7

Monochromatic Colors of #8abdbf

#8abdbf

Complementary Color

#8abdbf #bf8c8a

#8abdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdbf Color CSS Codes

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

#8abdbf Text Font Color

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

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


#8abdbf Background Color

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

This div background color is #8abdbf


#8abdbf Border Color

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

This div border color is #8abdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdbf


Comments

No comments written yet.

Please login to write comment.