Color Hex Logo

#8caebc Color Hex

#8CAEBC
(140,174,188)
0 Favorites   0 Comments

Color spaces of #8caebc

RGB 140174188
HSL0.550.260.64
HSV198°26°74°
CMYK 0.260.070.00   0.26
XYZ35.028439.478453.3509
Yxy39.47840.27400.3088
Hunter Lab62.8318-10.4430-6.3612
CIE-Lab69.0964-8.3156-10.9550

#8caebc color RGB value is (140,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 10111100
Octal 214 256 274
Decimal 140 174 188
Hex 8C AE BC

RGB Percentages of Color #8caebc

%27.89
%34.66
%37.45

CMYK Percentages of Color #8caebc

%26
%7
%0
%26

Triadic Colors of #8caebc

#8caebc #bc8cae #aebc8c

Analogous Colors of #8caebc

#8caebc #8c96bc #8cbcb2

Monochromatic Colors of #8caebc

#8caebc

Complementary Color

#8caebc #bc9a8c

#8caebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caebc Color CSS Codes

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

#8caebc Text Font Color

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

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


#8caebc Background Color

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

This div background color is #8caebc


#8caebc Border Color

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

This div border color is #8caebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caebc


Comments

No comments written yet.

Please login to write comment.