Color Hex Logo

#8abdc0 Color Hex

#8ABDC0
(138,189,192)
0 Favorites   0 Comments

Color spaces of #8abdc0

RGB 138189192
HSL0.510.300.65
HSV183°28°75°
CMYK 0.280.020.00   0.25
XYZ38.193345.604256.6587
Yxy45.60420.27190.3247
Hunter Lab67.5309-17.2252-2.4729
CIE-Lab73.2880-15.8960-6.9217

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11000000
Octal 212 275 300
Decimal 138 189 192
Hex 8A BD C0

RGB Percentages of Color #8abdc0

%26.59
%36.42
%36.99

CMYK Percentages of Color #8abdc0

%28
%2
%0
%25

Triadic Colors of #8abdc0

#8abdc0 #c08abd #bdc08a

Analogous Colors of #8abdc0

#8abdc0 #8aa2c0 #8ac0a8

Monochromatic Colors of #8abdc0

#8abdc0

Complementary Color

#8abdc0 #c08d8a

#8abdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdc0 Color CSS Codes

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

#8abdc0 Text Font Color

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

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


#8abdc0 Background Color

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

This div background color is #8abdc0


#8abdc0 Border Color

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

This div border color is #8abdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdc0

#8abdc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.