Color Hex Logo

#8cefad Color Hex

#8CEFAD
(140,239,173)
0 Favorites   0 Comments

Color spaces of #8cefad

RGB 140239173
HSL0.390.760.74
HSV140°41°94°
CMYK 0.410.000.28   0.06
XYZ49.224570.325650.5150
Yxy70.32560.28940.4135
Hunter Lab83.8604-41.979422.9877
CIE-Lab87.1563-43.109623.0275

#8cefad color RGB value is (140,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 10101101
Octal 214 357 255
Decimal 140 239 173
Hex 8C EF AD

RGB Percentages of Color #8cefad

%25.36
%43.30
%31.34

CMYK Percentages of Color #8cefad

%41
%0
%28
%6

Triadic Colors of #8cefad

#8cefad #ad8cef #efad8c

Analogous Colors of #8cefad

#8cefad #8cefdf #9def8c

Monochromatic Colors of #8cefad

#8cefad

Complementary Color

#8cefad #ef8cce

#8cefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefad Color CSS Codes

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

#8cefad Text Font Color

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

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


#8cefad Background Color

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

This div background color is #8cefad


#8cefad Border Color

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

This div border color is #8cefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefad


Comments

No comments written yet.

Please login to write comment.