Color Hex Logo

#8cabbf Color Hex

#8CABBF
(140,171,191)
0 Favorites   0 Comments

Color spaces of #8cabbf

RGB 140171191
HSL0.570.280.65
HSV204°27°75°
CMYK 0.270.100.00   0.25
XYZ34.782138.462954.8811
Yxy38.46290.27150.3002
Hunter Lab62.0185-8.4233-9.0537
CIE-Lab68.3604-5.9854-13.7172

#8cabbf color RGB value is (140,171,191).

#8cabbf hex color red value is 140, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8cabbf hue: 0.57 , saturation: 0.28 and the lightness value of 8cabbf is 0.65.

The process color (four color CMYK) of #8cabbf color hex is 0.27, 0.10, 0.00, 0.25. Web safe color of #8cabbf is #9999cc. Color #8cabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 10111111
Octal 214 253 277
Decimal 140 171 191
Hex 8C AB BF

RGB Percentages of Color #8cabbf

%27.89
%34.06
%38.05

CMYK Percentages of Color #8cabbf

%27
%10
%0
%25

Triadic Colors of #8cabbf

#8cabbf #bf8cab #abbf8c

Analogous Colors of #8cabbf

#8cabbf #8c92bf #8cbfba

Monochromatic Colors of #8cabbf

#8cabbf

Complementary Color

#8cabbf #bfa08c

#8cabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabbf Color CSS Codes

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

#8cabbf Text Font Color

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

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


#8cabbf Background Color

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

This div background color is #8cabbf


#8cabbf Border Color

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

This div border color is #8cabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabbf


Comments

No comments written yet.

Please login to write comment.