Color Hex Logo

#8caece Color Hex

#8CAECE
(140,174,206)
0 Favorites   0 Comments

Color spaces of #8caece

RGB 140174206
HSL0.580.400.68
HSV209°32°81°
CMYK 0.320.160.00   0.19
XYZ37.091840.303864.2170
Yxy40.30380.26190.2846
Hunter Lab63.4853-6.8091-15.5337
CIE-Lab69.6854-3.9492-19.9899

#8caece color RGB value is (140,174,206).

#8caece hex color red value is 140, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8caece hue: 0.58 , saturation: 0.40 and the lightness value of 8caece is 0.68.

The process color (four color CMYK) of #8caece color hex is 0.32, 0.16, 0.00, 0.19. Web safe color of #8caece is #9999cc. Color #8caece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 11001110
Octal 214 256 316
Decimal 140 174 206
Hex 8C AE CE

RGB Percentages of Color #8caece

%26.92
%33.46
%39.62

CMYK Percentages of Color #8caece

%32
%16
%0
%19

Triadic Colors of #8caece

#8caece #ce8cae #aece8c

Analogous Colors of #8caece

#8caece #8c8dce #8ccecd

Monochromatic Colors of #8caece

#8caece

Complementary Color

#8caece #ceac8c

#8caece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caece Color CSS Codes

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

#8caece Text Font Color

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

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


#8caece Background Color

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

This div background color is #8caece


#8caece Border Color

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

This div border color is #8caece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caece


Comments

No comments written yet.

Please login to write comment.