Color Hex Logo

#4cc385 Color Hex

#4CC385
(76,195,133)
0 Favorites   0 Comments

Color spaces of #4cc385

RGB 76195133
HSL0.410.500.53
HSV149°61°76°
CMYK 0.610.000.32   0.24
XYZ26.729242.260228.9386
Yxy42.26020.27290.4315
Hunter Lab65.0078-40.370119.1122
CIE-Lab71.0499-47.633921.4975

#4cc385 color RGB value is (76,195,133).

#4cc385 hex color red value is 76, green value is 195 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4cc385 hue: 0.41 , saturation: 0.50 and the lightness value of 4cc385 is 0.53.

The process color (four color CMYK) of #4cc385 color hex is 0.61, 0.00, 0.32, 0.24. Web safe color of #4cc385 is #33cc99. Color #4cc385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11000011 10000101
Octal 114 303 205
Decimal 76 195 133
Hex 4C C3 85

RGB Percentages of Color #4cc385

%18.81
%48.27
%32.92

CMYK Percentages of Color #4cc385

%61
%0
%32
%24

Triadic Colors of #4cc385

#4cc385 #854cc3 #c3854c

Analogous Colors of #4cc385

#4cc385 #4cc3c1 #4fc34c

Monochromatic Colors of #4cc385

#4cc385

Complementary Color

#4cc385 #c34c8a

#4cc385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc385 Color CSS Codes

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

#4cc385 Text Font Color

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

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


#4cc385 Background Color

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

This div background color is #4cc385


#4cc385 Border Color

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

This div border color is #4cc385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc385


Comments

No comments written yet.

Please login to write comment.