Color Hex Logo

#8cfdad Color Hex

#8CFDAD
(140,253,173)
0 Favorites   0 Comments

Color spaces of #8cfdad

RGB 140253173
HSL0.380.970.77
HSV138°45°99°
CMYK 0.450.000.32   0.01
XYZ53.483378.843151.9345
Yxy78.84310.29030.4279
Hunter Lab88.7936-47.872527.4774
CIE-Lab91.1633-49.119828.4991

#8cfdad color RGB value is (140,253,173).

#8cfdad hex color red value is 140, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8cfdad hue: 0.38 , saturation: 0.97 and the lightness value of 8cfdad is 0.77.

The process color (four color CMYK) of #8cfdad color hex is 0.45, 0.00, 0.32, 0.01. Web safe color of #8cfdad is #99ff99. Color #8cfdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111101 10101101
Octal 214 375 255
Decimal 140 253 173
Hex 8C FD AD

RGB Percentages of Color #8cfdad

%24.73
%44.70
%30.57

CMYK Percentages of Color #8cfdad

%45
%0
%32
%1

Triadic Colors of #8cfdad

#8cfdad #ad8cfd #fdad8c

Analogous Colors of #8cfdad

#8cfdad #8cfde6 #a4fd8c

Monochromatic Colors of #8cfdad

#8cfdad

Complementary Color

#8cfdad #fd8cdc

#8cfdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfdad Color CSS Codes

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

#8cfdad Text Font Color

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

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


#8cfdad Background Color

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

This div background color is #8cfdad


#8cfdad Border Color

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

This div border color is #8cfdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfdad


Comments

No comments written yet.

Please login to write comment.