Color Hex Logo

#4adc95 Color Hex

#4ADC95
(74,220,149)
0 Favorites   0 Comments

Color spaces of #4adc95

RGB 74220149
HSL0.420.680.58
HSV151°66°86°
CMYK 0.660.000.32   0.14
XYZ33.842154.812237.2299
Yxy54.81220.26880.4354
Hunter Lab74.0353-47.968022.0097
CIE-Lab78.9330-54.808023.8238

#4adc95 color RGB value is (74,220,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10010101
Octal 112 334 225
Decimal 74 220 149
Hex 4A DC 95

RGB Percentages of Color #4adc95

%16.70
%49.66
%33.63

CMYK Percentages of Color #4adc95

%66
%0
%32
%14

Triadic Colors of #4adc95

#4adc95 #954adc #dc954a

Analogous Colors of #4adc95

#4adc95 #4adadc #4adc4c

Monochromatic Colors of #4adc95

#4adc95

Complementary Color

#4adc95 #dc4a91

#4adc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adc95 Color CSS Codes

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

#4adc95 Text Font Color

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

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


#4adc95 Background Color

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

This div background color is #4adc95


#4adc95 Border Color

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

This div border color is #4adc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adc95


Comments

No comments written yet.

Please login to write comment.