Color Hex Logo

#8cabb7 Color Hex

#8CABB7
(140,171,183)
0 Favorites   0 Comments

Color spaces of #8cabb7

RGB 140171183
HSL0.550.230.63
HSV197°23°72°
CMYK 0.230.070.00   0.28
XYZ33.925438.120250.3696
Yxy38.12020.27710.3114
Hunter Lab61.7416-9.9666-5.1505
CIE-Lab68.1091-7.8630-9.6638

#8cabb7 color RGB value is (140,171,183).

#8cabb7 hex color red value is 140, green value is 171 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #8cabb7 hue: 0.55 , saturation: 0.23 and the lightness value of 8cabb7 is 0.63.

The process color (four color CMYK) of #8cabb7 color hex is 0.23, 0.07, 0.00, 0.28. Web safe color of #8cabb7 is #9999cc. Color #8cabb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 10110111
Octal 214 253 267
Decimal 140 171 183
Hex 8C AB B7

RGB Percentages of Color #8cabb7

%28.34
%34.62
%37.04

CMYK Percentages of Color #8cabb7

%23
%7
%0
%28

Triadic Colors of #8cabb7

#8cabb7 #b78cab #abb78c

Analogous Colors of #8cabb7

#8cabb7 #8c96b7 #8cb7ae

Monochromatic Colors of #8cabb7

#8cabb7

Complementary Color

#8cabb7 #b7988c

#8cabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabb7 Color CSS Codes

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

#8cabb7 Text Font Color

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

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


#8cabb7 Background Color

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

This div background color is #8cabb7


#8cabb7 Border Color

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

This div border color is #8cabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabb7


Comments

No comments written yet.

Please login to write comment.