Color Hex Logo

#8ccdaf Color Hex

#8CCDAF
(140,205,175)
0 Favorites   0 Comments

Color spaces of #8ccdaf

RGB 140205175
HSL0.420.390.68
HSV152°32°80°
CMYK 0.320.000.15   0.20
XYZ40.384452.333248.5303
Yxy52.33320.28590.3705
Hunter Lab72.3417-26.951210.8646
CIE-Lab77.4797-27.03878.3985

#8ccdaf color RGB value is (140,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 10101111
Octal 214 315 257
Decimal 140 205 175
Hex 8C CD AF

RGB Percentages of Color #8ccdaf

%26.92
%39.42
%33.65

CMYK Percentages of Color #8ccdaf

%32
%0
%15
%20

Triadic Colors of #8ccdaf

#8ccdaf #af8ccd #cdaf8c

Analogous Colors of #8ccdaf

#8ccdaf #8ccbcd #8ccd8f

Monochromatic Colors of #8ccdaf

#8ccdaf

Complementary Color

#8ccdaf #cd8caa

#8ccdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdaf Color CSS Codes

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

#8ccdaf Text Font Color

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

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


#8ccdaf Background Color

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

This div background color is #8ccdaf


#8ccdaf Border Color

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

This div border color is #8ccdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdaf


Comments

No comments written yet.

Please login to write comment.