Color Hex Logo

#4ab06d Color Hex

#4AB06D
(74,176,109)
0 Favorites   0 Comments

Color spaces of #4ab06d

RGB 74176109
HSL0.390.410.49
HSV141°58°69°
CMYK 0.580.000.38   0.31
XYZ21.109733.610619.8429
Yxy33.61060.28310.4508
Hunter Lab57.9746-36.460320.2892
CIE-Lab64.6523-44.842525.6647

#4ab06d color RGB value is (74,176,109).

#4ab06d hex color red value is 74, green value is 176 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4ab06d hue: 0.39 , saturation: 0.41 and the lightness value of 4ab06d is 0.49.

The process color (four color CMYK) of #4ab06d color hex is 0.58, 0.00, 0.38, 0.31. Web safe color of #4ab06d is #339966. Color #4ab06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110000 01101101
Octal 112 260 155
Decimal 74 176 109
Hex 4A B0 6D

RGB Percentages of Color #4ab06d

%20.61
%49.03
%30.36

CMYK Percentages of Color #4ab06d

%58
%0
%38
%31

Triadic Colors of #4ab06d

#4ab06d #6d4ab0 #b06d4a

Analogous Colors of #4ab06d

#4ab06d #4ab0a0 #5ab04a

Monochromatic Colors of #4ab06d

#4ab06d

Complementary Color

#4ab06d #b04a8d

#4ab06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab06d Color CSS Codes

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

#4ab06d Text Font Color

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

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


#4ab06d Background Color

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

This div background color is #4ab06d


#4ab06d Border Color

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

This div border color is #4ab06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab06d


Comments

No comments written yet.

Please login to write comment.