Color Hex Logo

#4ab07b Color Hex

#4AB07B
(74,176,123)
0 Favorites   0 Comments

Color spaces of #4ab07b

RGB 74176123
HSL0.410.410.49
HSV149°58°69°
CMYK 0.580.000.30   0.31
XYZ21.924533.936624.1338
Yxy33.93660.27410.4242
Hunter Lab58.2551-34.767416.2161
CIE-Lab64.9122-42.116118.4667

#4ab07b color RGB value is (74,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110000 01111011
Octal 112 260 173
Decimal 74 176 123
Hex 4A B0 7B

RGB Percentages of Color #4ab07b

%19.84
%47.18
%32.98

CMYK Percentages of Color #4ab07b

%58
%0
%30
%31

Triadic Colors of #4ab07b

#4ab07b #7b4ab0 #b07b4a

Analogous Colors of #4ab07b

#4ab07b #4ab0ae #4cb04a

Monochromatic Colors of #4ab07b

#4ab07b

Complementary Color

#4ab07b #b04a7f

#4ab07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab07b Color CSS Codes

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

#4ab07b Text Font Color

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

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


#4ab07b Background Color

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

This div background color is #4ab07b


#4ab07b Border Color

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

This div border color is #4ab07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab07b


Comments

No comments written yet.

Please login to write comment.