Color Hex Logo

#8cafbd Color Hex

#8CAFBD
(140,175,189)
0 Favorites   0 Comments

Color spaces of #8cafbd

RGB 140175189
HSL0.550.270.65
HSV197°26°74°
CMYK 0.260.070.00   0.26
XYZ35.330539.909553.9853
Yxy39.90950.27340.3088
Hunter Lab63.1740-10.7270-6.4445
CIE-Lab69.4050-8.6183-11.0454

#8cafbd color RGB value is (140,175,189).

#8cafbd hex color red value is 140, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8cafbd hue: 0.55 , saturation: 0.27 and the lightness value of 8cafbd is 0.65.

The process color (four color CMYK) of #8cafbd color hex is 0.26, 0.07, 0.00, 0.26. Web safe color of #8cafbd is #9999cc. Color #8cafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 10111101
Octal 214 257 275
Decimal 140 175 189
Hex 8C AF BD

RGB Percentages of Color #8cafbd

%27.78
%34.72
%37.50

CMYK Percentages of Color #8cafbd

%26
%7
%0
%26

Triadic Colors of #8cafbd

#8cafbd #bd8caf #afbd8c

Analogous Colors of #8cafbd

#8cafbd #8c97bd #8cbdb3

Monochromatic Colors of #8cafbd

#8cafbd

Complementary Color

#8cafbd #bd9a8c

#8cafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafbd Color CSS Codes

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

#8cafbd Text Font Color

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

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


#8cafbd Background Color

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

This div background color is #8cafbd


#8cafbd Border Color

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

This div border color is #8cafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafbd


Comments

No comments written yet.

Please login to write comment.