Color Hex Logo

#8caced Color Hex

#8CACED
(140,172,237)
0 Favorites   0 Comments

Color spaces of #8caced

RGB 140172237
HSL0.610.730.74
HSV220°41°93°
CMYK 0.410.270.00   0.07
XYZ40.853841.194985.9190
Yxy41.19490.24320.2453
Hunter Lab64.18331.2978-34.4404
CIE-Lab70.31235.3060-36.0018

#8caced color RGB value is (140,172,237).

#8caced hex color red value is 140, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8caced hue: 0.61 , saturation: 0.73 and the lightness value of 8caced is 0.74.

The process color (four color CMYK) of #8caced color hex is 0.41, 0.27, 0.00, 0.07. Web safe color of #8caced is #9999ff. Color #8caced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11101101
Octal 214 254 355
Decimal 140 172 237
Hex 8C AC ED

RGB Percentages of Color #8caced

%25.50
%31.33
%43.17

CMYK Percentages of Color #8caced

%41
%27
%0
%7

Triadic Colors of #8caced

#8caced #ed8cac #aced8c

Analogous Colors of #8caced

#8caced #9d8ced #8cdded

Monochromatic Colors of #8caced

#8caced

Complementary Color

#8caced #edcd8c

#8caced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caced Color CSS Codes

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

#8caced Text Font Color

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

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


#8caced Background Color

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

This div background color is #8caced


#8caced Border Color

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

This div border color is #8caced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caced


Comments

No comments written yet.

Please login to write comment.