Color Hex Logo

#4cd185 Color Hex

#4CD185
(76,209,133)
0 Favorites   0 Comments

Color spaces of #4cd185

RGB 76209133
HSL0.400.590.56
HSV146°64°82°
CMYK 0.640.000.36   0.18
XYZ30.014648.830930.0337
Yxy48.83090.27570.4485
Hunter Lab69.8791-45.618823.4328
CIE-Lab75.3460-53.245127.3025

#4cd185 color RGB value is (76,209,133).

#4cd185 hex color red value is 76, green value is 209 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4cd185 hue: 0.40 , saturation: 0.59 and the lightness value of 4cd185 is 0.56.

The process color (four color CMYK) of #4cd185 color hex is 0.64, 0.00, 0.36, 0.18. Web safe color of #4cd185 is #33cc99. Color #4cd185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010001 10000101
Octal 114 321 205
Decimal 76 209 133
Hex 4C D1 85

RGB Percentages of Color #4cd185

%18.18
%50.00
%31.82

CMYK Percentages of Color #4cd185

%64
%0
%36
%18

Triadic Colors of #4cd185

#4cd185 #854cd1 #d1854c

Analogous Colors of #4cd185

#4cd185 #4cd1c8 #56d14c

Monochromatic Colors of #4cd185

#4cd185

Complementary Color

#4cd185 #d14c98

#4cd185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd185 Color CSS Codes

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

#4cd185 Text Font Color

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

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


#4cd185 Background Color

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

This div background color is #4cd185


#4cd185 Border Color

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

This div border color is #4cd185


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,209,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 #4cd185">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd185


Comments

No comments written yet.

Please login to write comment.