Color Hex Logo

#4ada9e Color Hex

#4ADA9E
(74,218,158)
0 Favorites   0 Comments

Color spaces of #4ada9e

RGB 74218158
HSL0.430.660.57
HSV155°66°85°
CMYK 0.660.000.28   0.15
XYZ34.067054.067340.9883
Yxy54.06730.26380.4187
Hunter Lab73.5305-45.978518.4211
CIE-Lab78.5010-52.162618.5229

#4ada9e color RGB value is (74,218,158).

#4ada9e hex color red value is 74, green value is 218 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #4ada9e hue: 0.43 , saturation: 0.66 and the lightness value of 4ada9e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10011110
Octal 112 332 236
Decimal 74 218 158
Hex 4A DA 9E

RGB Percentages of Color #4ada9e

%16.44
%48.44
%35.11

CMYK Percentages of Color #4ada9e

%66
%0
%28
%15

Triadic Colors of #4ada9e

#4ada9e #9e4ada #da9e4a

Analogous Colors of #4ada9e

#4ada9e #4aceda #4ada56

Monochromatic Colors of #4ada9e

#4ada9e

Complementary Color

#4ada9e #da4a86

#4ada9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ada9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ada9e Color CSS Codes

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

#4ada9e Text Font Color

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

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


#4ada9e Background Color

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

This div background color is #4ada9e


#4ada9e Border Color

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

This div border color is #4ada9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,218,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ada9e


Comments

No comments written yet.

Please login to write comment.