Color Hex Logo

#4ac099 Color Hex

#4AC099
(74,192,153)
0 Favorites   0 Comments

Color spaces of #4ac099

RGB 74192153
HSL0.440.480.52
HSV160°61°75°
CMYK 0.610.000.20   0.25
XYZ27.423441.455036.6932
Yxy41.45500.25980.3927
Hunter Lab64.3856-36.647211.2806
CIE-Lab70.4935-42.42389.9484

#4ac099 color RGB value is (74,192,153).

#4ac099 hex color red value is 74, green value is 192 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #4ac099 hue: 0.44 , saturation: 0.48 and the lightness value of 4ac099 is 0.52.

The process color (four color CMYK) of #4ac099 color hex is 0.61, 0.00, 0.20, 0.25. Web safe color of #4ac099 is #33cc99. Color #4ac099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000000 10011001
Octal 112 300 231
Decimal 74 192 153
Hex 4A C0 99

RGB Percentages of Color #4ac099

%17.66
%45.82
%36.52

CMYK Percentages of Color #4ac099

%61
%0
%20
%25

Triadic Colors of #4ac099

#4ac099 #994ac0 #c0994a

Analogous Colors of #4ac099

#4ac099 #4aacc0 #4ac05e

Monochromatic Colors of #4ac099

#4ac099

Complementary Color

#4ac099 #c04a71

#4ac099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac099 Color CSS Codes

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

#4ac099 Text Font Color

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

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


#4ac099 Background Color

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

This div background color is #4ac099


#4ac099 Border Color

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

This div border color is #4ac099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac099


Comments

No comments written yet.

Please login to write comment.