Color Hex Logo

#8cafcb Color Hex

#8CAFCB
(140,175,203)
0 Favorites   0 Comments

Color spaces of #8cafcb

RGB 140175203
HSL0.570.380.67
HSV207°31°80°
CMYK 0.310.140.00   0.20
XYZ36.924740.547262.3802
Yxy40.54720.26400.2899
Hunter Lab63.6767-7.9260-13.5092
CIE-Lab69.8575-5.2407-18.0785

#8cafcb color RGB value is (140,175,203).

#8cafcb hex color red value is 140, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cafcb hue: 0.57 , saturation: 0.38 and the lightness value of 8cafcb is 0.67.

The process color (four color CMYK) of #8cafcb color hex is 0.31, 0.14, 0.00, 0.20. Web safe color of #8cafcb is #9999cc. Color #8cafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 11001011
Octal 214 257 313
Decimal 140 175 203
Hex 8C AF CB

RGB Percentages of Color #8cafcb

%27.03
%33.78
%39.19

CMYK Percentages of Color #8cafcb

%31
%14
%0
%20

Triadic Colors of #8cafcb

#8cafcb #cb8caf #afcb8c

Analogous Colors of #8cafcb

#8cafcb #8c90cb #8ccbc8

Monochromatic Colors of #8cafcb

#8cafcb

Complementary Color

#8cafcb #cba88c

#8cafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafcb Color CSS Codes

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

#8cafcb Text Font Color

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

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


#8cafcb Background Color

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

This div background color is #8cafcb


#8cafcb Border Color

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

This div border color is #8cafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafcb


Comments

No comments written yet.

Please login to write comment.