Color Hex Logo

#8cafae Color Hex

#8CAFAE
(140,175,174)
0 Favorites   0 Comments

Color spaces of #8cafae

RGB 140175174
HSL0.500.180.62
HSV178°20°69°
CMYK 0.200.000.01   0.31
XYZ33.785239.291445.8477
Yxy39.29140.28410.3304
Hunter Lab62.6829-13.48590.5119
CIE-Lab68.9618-12.0277-3.4190

#8cafae color RGB value is (140,175,174).

#8cafae hex color red value is 140, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8cafae hue: 0.50 , saturation: 0.18 and the lightness value of 8cafae is 0.62.

The process color (four color CMYK) of #8cafae color hex is 0.20, 0.00, 0.01, 0.31. Web safe color of #8cafae is #999999. Color #8cafae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 10101110
Octal 214 257 256
Decimal 140 175 174
Hex 8C AF AE

RGB Percentages of Color #8cafae

%28.63
%35.79
%35.58

CMYK Percentages of Color #8cafae

%20
%0
%1
%31

Triadic Colors of #8cafae

#8cafae #ae8caf #afae8c

Analogous Colors of #8cafae

#8cafae #8c9faf #8caf9d

Monochromatic Colors of #8cafae

#8cafae

Complementary Color

#8cafae #af8c8d

#8cafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafae Color CSS Codes

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

#8cafae Text Font Color

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

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


#8cafae Background Color

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

This div background color is #8cafae


#8cafae Border Color

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

This div border color is #8cafae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,175,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 #8cafae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafae


Comments

No comments written yet.

Please login to write comment.