Color Hex Logo

#8caf7c Color Hex

#8CAF7C
(140,175,124)
0 Favorites   0 Comments

Color spaces of #8caf7c

RGB 140175124
HSL0.280.240.59
HSV101°29°69°
CMYK 0.200.000.29   0.31
XYZ29.783337.690624.7741
Yxy37.69060.32290.4086
Hunter Lab61.3927-20.841819.0493
CIE-Lab67.7920-21.561422.3707

#8caf7c color RGB value is (140,175,124).

#8caf7c hex color red value is 140, green value is 175 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8caf7c hue: 0.28 , saturation: 0.24 and the lightness value of 8caf7c is 0.59.

The process color (four color CMYK) of #8caf7c color hex is 0.20, 0.00, 0.29, 0.31. Web safe color of #8caf7c is #999966. Color #8caf7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 01111100
Octal 214 257 174
Decimal 140 175 124
Hex 8C AF 7C

RGB Percentages of Color #8caf7c

%31.89
%39.86
%28.25

CMYK Percentages of Color #8caf7c

%20
%0
%29
%31

Triadic Colors of #8caf7c

#8caf7c #7c8caf #af7c8c

Analogous Colors of #8caf7c

#8caf7c #7caf86 #a6af7c

Monochromatic Colors of #8caf7c

#8caf7c

Complementary Color

#8caf7c #9f7caf

#8caf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caf7c Color CSS Codes

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

#8caf7c Text Font Color

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

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


#8caf7c Background Color

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

This div background color is #8caf7c


#8caf7c Border Color

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

This div border color is #8caf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caf7c

#8caf7c Color Palettes


Comments

No comments written yet.

Please login to write comment.