Color Hex Logo

#8ccfad Color Hex

#8CCFAD
(140,207,173)
0 Favorites   0 Comments

Color spaces of #8ccfad

RGB 140207173
HSL0.420.410.68
HSV150°32°81°
CMYK 0.320.000.16   0.19
XYZ40.670953.218247.6637
Yxy53.21820.28730.3760
Hunter Lab72.9508-28.148112.3274
CIE-Lab78.0036-28.410510.2167

#8ccfad color RGB value is (140,207,173).

#8ccfad hex color red value is 140, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ccfad hue: 0.42 , saturation: 0.41 and the lightness value of 8ccfad is 0.68.

The process color (four color CMYK) of #8ccfad color hex is 0.32, 0.00, 0.16, 0.19. Web safe color of #8ccfad is #99cc99. Color #8ccfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 10101101
Octal 214 317 255
Decimal 140 207 173
Hex 8C CF AD

RGB Percentages of Color #8ccfad

%26.92
%39.81
%33.27

CMYK Percentages of Color #8ccfad

%32
%0
%16
%19

Triadic Colors of #8ccfad

#8ccfad #ad8ccf #cfad8c

Analogous Colors of #8ccfad

#8ccfad #8ccfcf #8dcf8c

Monochromatic Colors of #8ccfad

#8ccfad

Complementary Color

#8ccfad #cf8cae

#8ccfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccfad Color CSS Codes

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

#8ccfad Text Font Color

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

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


#8ccfad Background Color

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

This div background color is #8ccfad


#8ccfad Border Color

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

This div border color is #8ccfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccfad


Comments

No comments written yet.

Please login to write comment.