Color Hex Logo

#8cbcae Color Hex

#8CBCAE
(140,188,174)
0 Favorites   0 Comments

Color spaces of #8cbcae

RGB 140188174
HSL0.450.260.64
HSV163°26°74°
CMYK 0.260.000.07   0.26
XYZ36.438444.597946.7321
Yxy44.59790.28520.3491
Hunter Lab66.7817-19.47215.2575
CIE-Lab72.6263-18.78401.9414

#8cbcae color RGB value is (140,188,174).

#8cbcae hex color red value is 140, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8cbcae hue: 0.45 , saturation: 0.26 and the lightness value of 8cbcae is 0.64.

The process color (four color CMYK) of #8cbcae color hex is 0.26, 0.00, 0.07, 0.26. Web safe color of #8cbcae is #99cc99. Color #8cbcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10101110
Octal 214 274 256
Decimal 140 188 174
Hex 8C BC AE

RGB Percentages of Color #8cbcae

%27.89
%37.45
%34.66

CMYK Percentages of Color #8cbcae

%26
%0
%7
%26

Triadic Colors of #8cbcae

#8cbcae #ae8cbc #bcae8c

Analogous Colors of #8cbcae

#8cbcae #8cb2bc #8cbc96

Monochromatic Colors of #8cbcae

#8cbcae

Complementary Color

#8cbcae #bc8c9a

#8cbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcae Color CSS Codes

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

#8cbcae Text Font Color

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

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


#8cbcae Background Color

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

This div background color is #8cbcae


#8cbcae Border Color

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

This div border color is #8cbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcae


Comments

No comments written yet.

Please login to write comment.