Color Hex Logo

#8cacec Color Hex

#8CACEC
(140,172,236)
0 Favorites   0 Comments

Color spaces of #8cacec

RGB 140172236
HSL0.610.720.74
HSV220°41°93°
CMYK 0.410.270.00   0.07
XYZ40.708141.136685.1515
Yxy41.13660.24380.2463
Hunter Lab64.13781.0523-33.8189
CIE-Lab70.27155.0325-35.5201

#8cacec color RGB value is (140,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11101100
Octal 214 254 354
Decimal 140 172 236
Hex 8C AC EC

RGB Percentages of Color #8cacec

%25.55
%31.39
%43.07

CMYK Percentages of Color #8cacec

%41
%27
%0
%7

Triadic Colors of #8cacec

#8cacec #ec8cac #acec8c

Analogous Colors of #8cacec

#8cacec #9c8cec #8cdcec

Monochromatic Colors of #8cacec

#8cacec

Complementary Color

#8cacec #eccc8c

#8cacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacec Color CSS Codes

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

#8cacec Text Font Color

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

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


#8cacec Background Color

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

This div background color is #8cacec


#8cacec Border Color

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

This div border color is #8cacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacec


Comments

No comments written yet.

Please login to write comment.