Color Hex Logo

#4adca9 Color Hex

#4ADCA9
(74,220,169)
0 Favorites   0 Comments

Color spaces of #4adca9

RGB 74220169
HSL0.440.680.58
HSV159°66°86°
CMYK 0.660.000.23   0.14
XYZ35.578755.506846.3748
Yxy55.50680.25880.4038
Hunter Lab74.5029-45.137715.2466
CIE-Lab79.3323-50.568413.8888

#4adca9 color RGB value is (74,220,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10101001
Octal 112 334 251
Decimal 74 220 169
Hex 4A DC A9

RGB Percentages of Color #4adca9

%15.98
%47.52
%36.50

CMYK Percentages of Color #4adca9

%66
%0
%23
%14

Triadic Colors of #4adca9

#4adca9 #a94adc #dca94a

Analogous Colors of #4adca9

#4adca9 #4ac6dc #4adc60

Monochromatic Colors of #4adca9

#4adca9

Complementary Color

#4adca9 #dc4a7d

#4adca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adca9 Color CSS Codes

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

#4adca9 Text Font Color

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

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


#4adca9 Background Color

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

This div background color is #4adca9


#4adca9 Border Color

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

This div border color is #4adca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adca9


Comments

No comments written yet.

Please login to write comment.