Color Hex Logo

#8cabbd Color Hex

#8CABBD
(140,171,189)
0 Favorites   0 Comments

Color spaces of #8cabbd

RGB 140171189
HSL0.560.270.65
HSV202°26°74°
CMYK 0.260.100.00   0.26
XYZ34.563438.375453.7296
Yxy38.37540.27290.3030
Hunter Lab61.9479-8.8159-8.0608
CIE-Lab68.2964-6.4606-12.7066

#8cabbd color RGB value is (140,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 10111101
Octal 214 253 275
Decimal 140 171 189
Hex 8C AB BD

RGB Percentages of Color #8cabbd

%28.00
%34.20
%37.80

CMYK Percentages of Color #8cabbd

%26
%10
%0
%26

Triadic Colors of #8cabbd

#8cabbd #bd8cab #abbd8c

Analogous Colors of #8cabbd

#8cabbd #8c93bd #8cbdb7

Monochromatic Colors of #8cabbd

#8cabbd

Complementary Color

#8cabbd #bd9e8c

#8cabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabbd Color CSS Codes

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

#8cabbd Text Font Color

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

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


#8cabbd Background Color

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

This div background color is #8cabbd


#8cabbd Border Color

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

This div border color is #8cabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabbd


Comments

No comments written yet.

Please login to write comment.