Color Hex Logo

#8cefae Color Hex

#8CEFAE
(140,239,174)
0 Favorites   0 Comments

Color spaces of #8cefae

RGB 140239174
HSL0.390.760.74
HSV141°41°94°
CMYK 0.410.000.27   0.06
XYZ49.321770.364451.0266
Yxy70.36440.28890.4122
Hunter Lab83.8835-41.841922.6521
CIE-Lab87.1753-42.927222.5393

#8cefae color RGB value is (140,239,174).

#8cefae hex color red value is 140, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8cefae hue: 0.39 , saturation: 0.76 and the lightness value of 8cefae is 0.74.

The process color (four color CMYK) of #8cefae color hex is 0.41, 0.00, 0.27, 0.06. Web safe color of #8cefae is #99ff99. Color #8cefae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 10101110
Octal 214 357 256
Decimal 140 239 174
Hex 8C EF AE

RGB Percentages of Color #8cefae

%25.32
%43.22
%31.46

CMYK Percentages of Color #8cefae

%41
%0
%27
%6

Triadic Colors of #8cefae

#8cefae #ae8cef #efae8c

Analogous Colors of #8cefae

#8cefae #8cefe0 #9cef8c

Monochromatic Colors of #8cefae

#8cefae

Complementary Color

#8cefae #ef8ccd

#8cefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefae Color CSS Codes

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

#8cefae Text Font Color

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

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


#8cefae Background Color

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

This div background color is #8cefae


#8cefae Border Color

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

This div border color is #8cefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefae


Comments

No comments written yet.

Please login to write comment.