Color Hex Logo

#4ca852 Color Hex

#4CA852
(76,168,82)
0 Favorites   0 Comments

Color spaces of #4ca852

RGB 7616882
HSL0.340.380.48
HSV124°55°66°
CMYK 0.550.000.51   0.34
XYZ18.506130.151012.8270
Yxy30.15100.30100.4904
Hunter Lab54.9099-35.933124.5868
CIE-Lab61.7843-45.479036.0675

#4ca852 color RGB value is (76,168,82).

#4ca852 hex color red value is 76, green value is 168 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4ca852 hue: 0.34 , saturation: 0.38 and the lightness value of 4ca852 is 0.48.

The process color (four color CMYK) of #4ca852 color hex is 0.55, 0.00, 0.51, 0.34. Web safe color of #4ca852 is #339966. Color #4ca852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101000 01010010
Octal 114 250 122
Decimal 76 168 82
Hex 4C A8 52

RGB Percentages of Color #4ca852

%23.31
%51.53
%25.15

CMYK Percentages of Color #4ca852

%55
%0
%51
%34

Triadic Colors of #4ca852

#4ca852 #524ca8 #a8524c

Analogous Colors of #4ca852

#4ca852 #4ca880 #74a84c

Monochromatic Colors of #4ca852

#4ca852

Complementary Color

#4ca852 #a84ca2

#4ca852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca852 Color CSS Codes

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

#4ca852 Text Font Color

<p style="color:#4ca852">Text here</p>

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


#4ca852 Background Color

<div style="background-color:#4ca852">
Div content here</div>

This div background color is #4ca852


#4ca852 Border Color

<div style="border:3px solid #4ca852">
Div here</div>

This div border color is #4ca852


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,168,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ca852; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ca852;
  -webkit-box-shadow: 1px 1px 3px 2px #4ca852;
  box-shadow:         1px 1px 3px 2px #4ca852; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,168,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca852


Comments

No comments written yet.

Please login to write comment.