Color Hex Logo

#4ab984 Color Hex

#4AB984
(74,185,132)
0 Favorites   0 Comments

Color spaces of #4ab984

RGB 74185132
HSL0.420.440.51
HSV151°60°73°
CMYK 0.600.000.29   0.27
XYZ24.337937.819727.8470
Yxy37.81970.27040.4202
Hunter Lab61.4977-36.979116.2011
CIE-Lab67.8875-44.078417.6827

#4ab984 color RGB value is (74,185,132).

#4ab984 hex color red value is 74, green value is 185 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #4ab984 hue: 0.42 , saturation: 0.44 and the lightness value of 4ab984 is 0.51.

The process color (four color CMYK) of #4ab984 color hex is 0.60, 0.00, 0.29, 0.27. Web safe color of #4ab984 is #33cc99. Color #4ab984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111001 10000100
Octal 112 271 204
Decimal 74 185 132
Hex 4A B9 84

RGB Percentages of Color #4ab984

%18.93
%47.31
%33.76

CMYK Percentages of Color #4ab984

%60
%0
%29
%27

Triadic Colors of #4ab984

#4ab984 #844ab9 #b9844a

Analogous Colors of #4ab984

#4ab984 #4ab7b9 #4ab94d

Monochromatic Colors of #4ab984

#4ab984

Complementary Color

#4ab984 #b94a7f

#4ab984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab984 Color CSS Codes

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

#4ab984 Text Font Color

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

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


#4ab984 Background Color

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

This div background color is #4ab984


#4ab984 Border Color

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

This div border color is #4ab984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab984


Comments

No comments written yet.

Please login to write comment.