Color Hex Logo

#8cae75 Color Hex

#8CAE75
(140,174,117)
0 Favorites   0 Comments

Color spaces of #8cae75

RGB 140174117
HSL0.270.260.57
HSV96°33°68°
CMYK 0.200.000.33   0.32
XYZ29.162237.131922.4598
Yxy37.13190.32860.4184
Hunter Lab60.9359-21.212920.8020
CIE-Lab67.3759-22.145325.5802

#8cae75 color RGB value is (140,174,117).

#8cae75 hex color red value is 140, green value is 174 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #8cae75 hue: 0.27 , saturation: 0.26 and the lightness value of 8cae75 is 0.57.

The process color (four color CMYK) of #8cae75 color hex is 0.20, 0.00, 0.33, 0.32. Web safe color of #8cae75 is #999966. Color #8cae75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 01110101
Octal 214 256 165
Decimal 140 174 117
Hex 8C AE 75

RGB Percentages of Color #8cae75

%32.48
%40.37
%27.15

CMYK Percentages of Color #8cae75

%20
%0
%33
%32

Triadic Colors of #8cae75

#8cae75 #758cae #ae758c

Analogous Colors of #8cae75

#8cae75 #75ae7b #a9ae75

Monochromatic Colors of #8cae75

#8cae75

Complementary Color

#8cae75 #9775ae

#8cae75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cae75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cae75 Color CSS Codes

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

#8cae75 Text Font Color

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

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


#8cae75 Background Color

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

This div background color is #8cae75


#8cae75 Border Color

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

This div border color is #8cae75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cae75


Comments

No comments written yet.

Please login to write comment.