Color Hex Logo

#8caceb Color Hex

#8CACEB
(140,172,235)
0 Favorites   0 Comments

Color spaces of #8caceb

RGB 140172235
HSL0.610.700.74
HSV220°40°92°
CMYK 0.400.270.00   0.08
XYZ40.563141.078784.3883
Yxy41.07870.24430.2474
Hunter Lab64.09270.8073-33.1999
CIE-Lab70.23104.7590-35.0378

#8caceb color RGB value is (140,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11101011
Octal 214 254 353
Decimal 140 172 235
Hex 8C AC EB

RGB Percentages of Color #8caceb

%25.59
%31.44
%42.96

CMYK Percentages of Color #8caceb

%40
%27
%0
%8

Triadic Colors of #8caceb

#8caceb #eb8cac #aceb8c

Analogous Colors of #8caceb

#8caceb #9c8ceb #8cdceb

Monochromatic Colors of #8caceb

#8caceb

Complementary Color

#8caceb #ebcb8c

#8caceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caceb Color CSS Codes

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

#8caceb Text Font Color

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

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


#8caceb Background Color

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

This div background color is #8caceb


#8caceb Border Color

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

This div border color is #8caceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caceb


Comments

No comments written yet.

Please login to write comment.