Color Hex Logo

#8cacbc Color Hex

#8CACBC
(140,172,188)
0 Favorites   0 Comments

Color spaces of #8cacbc

RGB 140172188
HSL0.560.260.64
HSV200°26°74°
CMYK 0.260.090.00   0.26
XYZ34.644838.711353.2230
Yxy38.71130.27370.3058
Hunter Lab62.2184-9.4888-7.1651
CIE-Lab68.5416-7.2377-11.7854

#8cacbc color RGB value is (140,172,188).

#8cacbc hex color red value is 140, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8cacbc hue: 0.56 , saturation: 0.26 and the lightness value of 8cacbc is 0.64.

The process color (four color CMYK) of #8cacbc color hex is 0.26, 0.09, 0.00, 0.26. Web safe color of #8cacbc is #9999cc. Color #8cacbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 10111100
Octal 214 254 274
Decimal 140 172 188
Hex 8C AC BC

RGB Percentages of Color #8cacbc

%28.00
%34.40
%37.60

CMYK Percentages of Color #8cacbc

%26
%9
%0
%26

Triadic Colors of #8cacbc

#8cacbc #bc8cac #acbc8c

Analogous Colors of #8cacbc

#8cacbc #8c94bc #8cbcb4

Monochromatic Colors of #8cacbc

#8cacbc

Complementary Color

#8cacbc #bc9c8c

#8cacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacbc Color CSS Codes

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

#8cacbc Text Font Color

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

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


#8cacbc Background Color

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

This div background color is #8cacbc


#8cacbc Border Color

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

This div border color is #8cacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacbc


Comments

No comments written yet.

Please login to write comment.