Color Hex Logo

#8cbace Color Hex

#8CBACE
(140,186,206)
0 Favorites   0 Comments

Color spaces of #8cbace

RGB 140186206
HSL0.550.400.68
HSV198°32°81°
CMYK 0.320.100.00   0.19
XYZ39.514745.149565.0246
Yxy45.14950.26400.3016
Hunter Lab67.1934-12.6171-10.3410
CIE-Lab72.9902-10.4057-14.9920

#8cbace color RGB value is (140,186,206).

#8cbace hex color red value is 140, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8cbace hue: 0.55 , saturation: 0.40 and the lightness value of 8cbace is 0.68.

The process color (four color CMYK) of #8cbace color hex is 0.32, 0.10, 0.00, 0.19. Web safe color of #8cbace is #99cccc. Color #8cbace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 11001110
Octal 214 272 316
Decimal 140 186 206
Hex 8C BA CE

RGB Percentages of Color #8cbace

%26.32
%34.96
%38.72

CMYK Percentages of Color #8cbace

%32
%10
%0
%19

Triadic Colors of #8cbace

#8cbace #ce8cba #bace8c

Analogous Colors of #8cbace

#8cbace #8c99ce #8ccec1

Monochromatic Colors of #8cbace

#8cbace

Complementary Color

#8cbace #cea08c

#8cbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbace Color CSS Codes

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

#8cbace Text Font Color

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

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


#8cbace Background Color

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

This div background color is #8cbace


#8cbace Border Color

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

This div border color is #8cbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbace


Comments

No comments written yet.

Please login to write comment.