Color Hex Logo

#4aa38a Color Hex

#4AA38A
(74,163,138)
0 Favorites   0 Comments

Color spaces of #4aa38a

RGB 74163138
HSL0.450.380.46
HSV163°55°64°
CMYK 0.550.000.15   0.36
XYZ20.508729.485228.6551
Yxy29.48520.26080.3749
Hunter Lab54.3003-27.60776.7219
CIE-Lab61.2075-32.89544.9490

#4aa38a color RGB value is (74,163,138).

#4aa38a hex color red value is 74, green value is 163 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4aa38a hue: 0.45 , saturation: 0.38 and the lightness value of 4aa38a is 0.46.

The process color (four color CMYK) of #4aa38a color hex is 0.55, 0.00, 0.15, 0.36. Web safe color of #4aa38a is #339999. Color #4aa38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100011 10001010
Octal 112 243 212
Decimal 74 163 138
Hex 4A A3 8A

RGB Percentages of Color #4aa38a

%19.73
%43.47
%36.80

CMYK Percentages of Color #4aa38a

%55
%0
%15
%36

Triadic Colors of #4aa38a

#4aa38a #8a4aa3 #a38a4a

Analogous Colors of #4aa38a

#4aa38a #4a90a3 #4aa35e

Monochromatic Colors of #4aa38a

#4aa38a

Complementary Color

#4aa38a #a34a63

#4aa38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa38a Color CSS Codes

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

#4aa38a Text Font Color

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

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


#4aa38a Background Color

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

This div background color is #4aa38a


#4aa38a Border Color

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

This div border color is #4aa38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa38a


Comments

No comments written yet.

Please login to write comment.