Color Hex Logo

#8caabc Color Hex

#8CAABC
(140,170,188)
0 Favorites   0 Comments

Color spaces of #8caabc

RGB 140170188
HSL0.560.260.64
HSV203°26°74°
CMYK 0.260.100.00   0.26
XYZ34.267037.955753.0971
Yxy37.95570.27340.3029
Hunter Lab61.6082-8.5311-7.9734
CIE-Lab67.9880-6.1543-12.6157

#8caabc color RGB value is (140,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101010 10111100
Octal 214 252 274
Decimal 140 170 188
Hex 8C AA BC

RGB Percentages of Color #8caabc

%28.11
%34.14
%37.75

CMYK Percentages of Color #8caabc

%26
%10
%0
%26

Triadic Colors of #8caabc

#8caabc #bc8caa #aabc8c

Analogous Colors of #8caabc

#8caabc #8c92bc #8cbcb6

Monochromatic Colors of #8caabc

#8caabc

Complementary Color

#8caabc #bc9e8c

#8caabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caabc Color CSS Codes

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

#8caabc Text Font Color

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

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


#8caabc Background Color

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

This div background color is #8caabc


#8caabc Border Color

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

This div border color is #8caabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caabc


Comments

No comments written yet.

Please login to write comment.