Color Hex Logo

#8cacde Color Hex

#8CACDE
(140,172,222)
0 Favorites   0 Comments

Color spaces of #8cacde

RGB 140172222
HSL0.600.550.71
HSV217°37°87°
CMYK 0.370.230.00   0.13
XYZ38.752640.354474.8539
Yxy40.35440.25170.2621
Hunter Lab63.5251-2.2775-25.3959
CIE-Lab69.72121.2703-28.7197

#8cacde color RGB value is (140,172,222).

#8cacde hex color red value is 140, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8cacde hue: 0.60 , saturation: 0.55 and the lightness value of 8cacde is 0.71.

The process color (four color CMYK) of #8cacde color hex is 0.37, 0.23, 0.00, 0.13. Web safe color of #8cacde is #9999cc. Color #8cacde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11011110
Octal 214 254 336
Decimal 140 172 222
Hex 8C AC DE

RGB Percentages of Color #8cacde

%26.22
%32.21
%41.57

CMYK Percentages of Color #8cacde

%37
%23
%0
%13

Triadic Colors of #8cacde

#8cacde #de8cac #acde8c

Analogous Colors of #8cacde

#8cacde #958cde #8cd5de

Monochromatic Colors of #8cacde

#8cacde

Complementary Color

#8cacde #debe8c

#8cacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacde Color CSS Codes

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

#8cacde Text Font Color

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

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


#8cacde Background Color

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

This div background color is #8cacde


#8cacde Border Color

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

This div border color is #8cacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacde


Comments

No comments written yet.

Please login to write comment.