Color Hex Logo

#4adea4 Color Hex

#4ADEA4
(74,222,164)
0 Favorites   0 Comments

Color spaces of #4adea4

RGB 74222164
HSL0.430.690.58
HSV156°67°87°
CMYK 0.670.000.26   0.13
XYZ35.646256.378744.1254
Yxy56.37870.26180.4141
Hunter Lab75.0858-46.659017.7173
CIE-Lab79.8289-52.481017.2184

#4adea4 color RGB value is (74,222,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 10100100
Octal 112 336 244
Decimal 74 222 164
Hex 4A DE A4

RGB Percentages of Color #4adea4

%16.09
%48.26
%35.65

CMYK Percentages of Color #4adea4

%67
%0
%26
%13

Triadic Colors of #4adea4

#4adea4 #a44ade #dea44a

Analogous Colors of #4adea4

#4adea4 #4acede #4ade5a

Monochromatic Colors of #4adea4

#4adea4

Complementary Color

#4adea4 #de4a84

#4adea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adea4 Color CSS Codes

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

#4adea4 Text Font Color

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

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


#4adea4 Background Color

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

This div background color is #4adea4


#4adea4 Border Color

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

This div border color is #4adea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adea4


Comments

No comments written yet.

Please login to write comment.