Color Hex Logo

#4aca98 Color Hex

#4ACA98
(74,202,152)
0 Favorites   0 Comments

Color spaces of #4aca98

RGB 74202152
HSL0.430.550.54
HSV157°63°79°
CMYK 0.630.000.25   0.21
XYZ29.612145.963937.0170
Yxy45.96390.26300.4082
Hunter Lab67.7967-40.679315.0853
CIE-Lab73.5221-46.912314.7619

#4aca98 color RGB value is (74,202,152).

#4aca98 hex color red value is 74, green value is 202 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #4aca98 hue: 0.43 , saturation: 0.55 and the lightness value of 4aca98 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10011000
Octal 112 312 230
Decimal 74 202 152
Hex 4A CA 98

RGB Percentages of Color #4aca98

%17.29
%47.20
%35.51

CMYK Percentages of Color #4aca98

%63
%0
%25
%21

Triadic Colors of #4aca98

#4aca98 #984aca #ca984a

Analogous Colors of #4aca98

#4aca98 #4abcca #4aca58

Monochromatic Colors of #4aca98

#4aca98

Complementary Color

#4aca98 #ca4a7c

#4aca98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aca98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aca98 Color CSS Codes

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

#4aca98 Text Font Color

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

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


#4aca98 Background Color

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

This div background color is #4aca98


#4aca98 Border Color

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

This div border color is #4aca98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aca98


Comments

No comments written yet.

Please login to write comment.