Color Hex Logo

#8abdcb Color Hex

#8ABDCB
(138,189,203)
0 Favorites   0 Comments

Color spaces of #8abdcb

RGB 138189203
HSL0.540.380.67
HSV193°32°80°
CMYK 0.320.070.00   0.20
XYZ39.458346.110363.3204
Yxy46.11030.26500.3097
Hunter Lab67.9046-15.1094-7.7542
CIE-Lab73.6170-13.2851-12.4269

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

#8abdcb hex color red value is 138, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8abdcb hue: 0.54 , saturation: 0.38 and the lightness value of 8abdcb is 0.67.

The process color (four color CMYK) of #8abdcb color hex is 0.32, 0.07, 0.00, 0.20. Web safe color of #8abdcb is #99cccc. Color #8abdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11001011
Octal 212 275 313
Decimal 138 189 203
Hex 8A BD CB

RGB Percentages of Color #8abdcb

%26.04
%35.66
%38.30

CMYK Percentages of Color #8abdcb

%32
%7
%0
%20

Triadic Colors of #8abdcb

#8abdcb #cb8abd #bdcb8a

Analogous Colors of #8abdcb

#8abdcb #8a9dcb #8acbb9

Monochromatic Colors of #8abdcb

#8abdcb

Complementary Color

#8abdcb #cb988a

#8abdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdcb Color CSS Codes

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

#8abdcb Text Font Color

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

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


#8abdcb Background Color

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

This div background color is #8abdcb


#8abdcb Border Color

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

This div border color is #8abdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdcb


Comments

No comments written yet.

Please login to write comment.