Color Hex Logo

#8cdeae Color Hex

#8CDEAE
(140,222,174)
0 Favorites   0 Comments

Color spaces of #8cdeae

RGB 140222174
HSL0.400.550.71
HSV145°37°87°
CMYK 0.370.000.22   0.13
XYZ44.576560.874049.4448
Yxy60.87400.28780.3930
Hunter Lab78.0218-34.555017.0414
CIE-Lab82.3110-35.282615.7746

#8cdeae color RGB value is (140,222,174).

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

The process color (four color CMYK) of #8cdeae color hex is 0.37, 0.00, 0.22, 0.13. Web safe color of #8cdeae is #99cc99. Color #8cdeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 10101110
Octal 214 336 256
Decimal 140 222 174
Hex 8C DE AE

RGB Percentages of Color #8cdeae

%26.12
%41.42
%32.46

CMYK Percentages of Color #8cdeae

%37
%0
%22
%13

Triadic Colors of #8cdeae

#8cdeae #ae8cde #deae8c

Analogous Colors of #8cdeae

#8cdeae #8cded7 #93de8c

Monochromatic Colors of #8cdeae

#8cdeae

Complementary Color

#8cdeae #de8cbc

#8cdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdeae Color CSS Codes

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

#8cdeae Text Font Color

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

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


#8cdeae Background Color

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

This div background color is #8cdeae


#8cdeae Border Color

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

This div border color is #8cdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdeae


Comments

No comments written yet.

Please login to write comment.