Color Hex Logo

#8ceaad Color Hex

#8CEAAD
(140,234,173)
0 Favorites   0 Comments

Color spaces of #8ceaad

RGB 140234173
HSL0.390.690.73
HSV141°40°92°
CMYK 0.400.000.26   0.08
XYZ47.780967.438250.0337
Yxy67.43820.28910.4081
Hunter Lab82.1208-39.853421.3609
CIE-Lab85.7248-40.903321.0526

#8ceaad color RGB value is (140,234,173).

#8ceaad hex color red value is 140, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ceaad hue: 0.39 , saturation: 0.69 and the lightness value of 8ceaad is 0.73.

The process color (four color CMYK) of #8ceaad color hex is 0.40, 0.00, 0.26, 0.08. Web safe color of #8ceaad is #99ff99. Color #8ceaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101010 10101101
Octal 214 352 255
Decimal 140 234 173
Hex 8C EA AD

RGB Percentages of Color #8ceaad

%25.59
%42.78
%31.63

CMYK Percentages of Color #8ceaad

%40
%0
%26
%8

Triadic Colors of #8ceaad

#8ceaad #ad8cea #eaad8c

Analogous Colors of #8ceaad

#8ceaad #8ceadc #9aea8c

Monochromatic Colors of #8ceaad

#8ceaad

Complementary Color

#8ceaad #ea8cc9

#8ceaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceaad Color CSS Codes

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

#8ceaad Text Font Color

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

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


#8ceaad Background Color

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

This div background color is #8ceaad


#8ceaad Border Color

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

This div border color is #8ceaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceaad


Comments

No comments written yet.

Please login to write comment.