Color Hex Logo

#4ac481 Color Hex

#4AC481
(74,196,129)
0 Favorites   0 Comments

Color spaces of #4ac481

RGB 74196129
HSL0.410.510.53
HSV147°62°77°
CMYK 0.620.000.34   0.23
XYZ26.526442.520727.5781
Yxy42.52070.27450.4401
Hunter Lab65.2079-41.500520.5703
CIE-Lab71.2284-49.233923.8528

#4ac481 color RGB value is (74,196,129).

#4ac481 hex color red value is 74, green value is 196 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #4ac481 hue: 0.41 , saturation: 0.51 and the lightness value of 4ac481 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000100 10000001
Octal 112 304 201
Decimal 74 196 129
Hex 4A C4 81

RGB Percentages of Color #4ac481

%18.55
%49.12
%32.33

CMYK Percentages of Color #4ac481

%62
%0
%34
%23

Triadic Colors of #4ac481

#4ac481 #814ac4 #c4814a

Analogous Colors of #4ac481

#4ac481 #4ac4be #50c44a

Monochromatic Colors of #4ac481

#4ac481

Complementary Color

#4ac481 #c44a8d

#4ac481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac481 Color CSS Codes

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

#4ac481 Text Font Color

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

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


#4ac481 Background Color

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

This div background color is #4ac481


#4ac481 Border Color

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

This div border color is #4ac481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac481


Comments

No comments written yet.

Please login to write comment.