Color Hex Logo

#4adca2 Color Hex

#4ADCA2
(74,220,162)
0 Favorites   0 Comments

Color spaces of #4adca2

RGB 74220162
HSL0.430.680.58
HSV156°66°86°
CMYK 0.660.000.26   0.14
XYZ34.938855.250943.0054
Yxy55.25090.26230.4148
Hunter Lab74.3309-46.176317.7285
CIE-Lab79.1856-52.109317.3722

#4adca2 color RGB value is (74,220,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10100010
Octal 112 334 242
Decimal 74 220 162
Hex 4A DC A2

RGB Percentages of Color #4adca2

%16.23
%48.25
%35.53

CMYK Percentages of Color #4adca2

%66
%0
%26
%14

Triadic Colors of #4adca2

#4adca2 #a24adc #dca24a

Analogous Colors of #4adca2

#4adca2 #4acddc #4adc59

Monochromatic Colors of #4adca2

#4adca2

Complementary Color

#4adca2 #dc4a84

#4adca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adca2 Color CSS Codes

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

#4adca2 Text Font Color

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

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


#4adca2 Background Color

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

This div background color is #4adca2


#4adca2 Border Color

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

This div border color is #4adca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adca2


Comments

No comments written yet.

Please login to write comment.