Color Hex Logo

#4cdc95 Color Hex

#4CDC95
(76,220,149)
0 Favorites   0 Comments

Color spaces of #4cdc95

RGB 76220149
HSL0.420.670.58
HSV150°65°86°
CMYK 0.650.000.32   0.14
XYZ33.998554.892837.2372
Yxy54.89280.26960.4352
Hunter Lab74.0897-47.746322.0638
CIE-Lab78.9795-54.463423.8949

#4cdc95 color RGB value is (76,220,149).

#4cdc95 hex color red value is 76, green value is 220 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #4cdc95 hue: 0.42 , saturation: 0.67 and the lightness value of 4cdc95 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 10010101
Octal 114 334 225
Decimal 76 220 149
Hex 4C DC 95

RGB Percentages of Color #4cdc95

%17.08
%49.44
%33.48

CMYK Percentages of Color #4cdc95

%65
%0
%32
%14

Triadic Colors of #4cdc95

#4cdc95 #954cdc #dc954c

Analogous Colors of #4cdc95

#4cdc95 #4cdbdc #4cdc4d

Monochromatic Colors of #4cdc95

#4cdc95

Complementary Color

#4cdc95 #dc4c93

#4cdc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdc95 Color CSS Codes

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

#4cdc95 Text Font Color

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

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


#4cdc95 Background Color

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

This div background color is #4cdc95


#4cdc95 Border Color

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

This div border color is #4cdc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdc95


Comments

No comments written yet.

Please login to write comment.