Color Hex Logo

#8cabca Color Hex

#8CABCA
(140,171,202)
0 Favorites   0 Comments

Color spaces of #8cabca

RGB 140171202
HSL0.580.370.67
HSV210°31°79°
CMYK 0.310.150.00   0.21
XYZ36.038838.965561.4988
Yxy38.96550.26400.2855
Hunter Lab62.4224-6.1843-14.7171
CIE-Lab68.7263-3.3060-19.2428

#8cabca color RGB value is (140,171,202).

#8cabca hex color red value is 140, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8cabca hue: 0.58 , saturation: 0.37 and the lightness value of 8cabca is 0.67.

The process color (four color CMYK) of #8cabca color hex is 0.31, 0.15, 0.00, 0.21. Web safe color of #8cabca is #9999cc. Color #8cabca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11001010
Octal 214 253 312
Decimal 140 171 202
Hex 8C AB CA

RGB Percentages of Color #8cabca

%27.29
%33.33
%39.38

CMYK Percentages of Color #8cabca

%31
%15
%0
%21

Triadic Colors of #8cabca

#8cabca #ca8cab #abca8c

Analogous Colors of #8cabca

#8cabca #8c8cca #8ccaca

Monochromatic Colors of #8cabca

#8cabca

Complementary Color

#8cabca #caab8c

#8cabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabca Color CSS Codes

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

#8cabca Text Font Color

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

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


#8cabca Background Color

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

This div background color is #8cabca


#8cabca Border Color

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

This div border color is #8cabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabca


Comments

No comments written yet.

Please login to write comment.