Color Hex Logo

#8caba8 Color Hex

#8CABA8
(140,171,168)
15 Favorites   0 Comments

Color spaces of #8caba8

RGB 140171168
HSL0.480.160.61
HSV174°18°67°
CMYK 0.180.000.02   0.33
XYZ32.446037.528442.5794
Yxy37.52840.28830.3334
Hunter Lab61.2604-12.66491.6725
CIE-Lab67.6716-11.2094-1.9933

#8caba8 color RGB value is (140,171,168).

#8caba8 hex color red value is 140, green value is 171 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #8caba8 hue: 0.48 , saturation: 0.16 and the lightness value of 8caba8 is 0.61.

The process color (four color CMYK) of #8caba8 color hex is 0.18, 0.00, 0.02, 0.33. Web safe color of #8caba8 is #999999. Color #8caba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 10101000
Octal 214 253 250
Decimal 140 171 168
Hex 8C AB A8

RGB Percentages of Color #8caba8

%29.23
%35.70
%35.07

CMYK Percentages of Color #8caba8

%18
%0
%2
%33

Triadic Colors of #8caba8

#8caba8 #a88cab #aba88c

Analogous Colors of #8caba8

#8caba8 #8c9fab #8cab99

Monochromatic Colors of #8caba8

#8caba8

Complementary Color

#8caba8 #ab8c8f

#8caba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caba8 Color CSS Codes

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

#8caba8 Text Font Color

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

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


#8caba8 Background Color

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

This div background color is #8caba8


#8caba8 Border Color

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

This div border color is #8caba8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,171,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8caba8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8caba8;
  -webkit-box-shadow: 1px 1px 3px 2px #8caba8;
  box-shadow:         1px 1px 3px 2px #8caba8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caba8


Comments

No comments written yet.

Please login to write comment.