Color Hex Logo

#8ca753 Color Hex

#8CA753
(140,167,83)
0 Favorites   0 Comments

Color spaces of #8ca753

RGB 14016783
HSL0.220.340.49
HSV79°50°65°
CMYK 0.160.000.50   0.35
XYZ26.195333.837413.3343
Yxy33.83740.35700.4612
Hunter Lab58.1699-21.414627.1279
CIE-Lab64.8333-23.033840.0485

#8ca753 color RGB value is (140,167,83).

#8ca753 hex color red value is 140, green value is 167 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #8ca753 hue: 0.22 , saturation: 0.34 and the lightness value of 8ca753 is 0.49.

The process color (four color CMYK) of #8ca753 color hex is 0.16, 0.00, 0.50, 0.35. Web safe color of #8ca753 is #999966. Color #8ca753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 01010011
Octal 214 247 123
Decimal 140 167 83
Hex 8C A7 53

RGB Percentages of Color #8ca753

%35.90
%42.82
%21.28

CMYK Percentages of Color #8ca753

%16
%0
%50
%35

Triadic Colors of #8ca753

#8ca753 #538ca7 #a7538c

Analogous Colors of #8ca753

#8ca753 #62a753 #a79853

Monochromatic Colors of #8ca753

#8ca753

Complementary Color

#8ca753 #6e53a7

#8ca753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca753 Color CSS Codes

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

#8ca753 Text Font Color

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

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


#8ca753 Background Color

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

This div background color is #8ca753


#8ca753 Border Color

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

This div border color is #8ca753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca753


Comments

No comments written yet.

Please login to write comment.