Color Hex Logo

#4abb8a Color Hex

#4ABB8A
(74,187,138)
0 Favorites   0 Comments

Color spaces of #4abb8a

RGB 74187138
HSL0.430.450.51
HSV154°60°73°
CMYK 0.600.000.26   0.27
XYZ25.181838.831530.2128
Yxy38.83150.26720.4121
Hunter Lab62.3149-36.918314.8743
CIE-Lab68.6290-43.646415.4633

#4abb8a color RGB value is (74,187,138).

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

The process color (four color CMYK) of #4abb8a color hex is 0.60, 0.00, 0.26, 0.27. Web safe color of #4abb8a is #33cc99. Color #4abb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 10001010
Octal 112 273 212
Decimal 74 187 138
Hex 4A BB 8A

RGB Percentages of Color #4abb8a

%18.55
%46.87
%34.59

CMYK Percentages of Color #4abb8a

%60
%0
%26
%27

Triadic Colors of #4abb8a

#4abb8a #8a4abb #bb8a4a

Analogous Colors of #4abb8a

#4abb8a #4ab4bb #4abb51

Monochromatic Colors of #4abb8a

#4abb8a

Complementary Color

#4abb8a #bb4a7b

#4abb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abb8a Color CSS Codes

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

#4abb8a Text Font Color

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

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


#4abb8a Background Color

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

This div background color is #4abb8a


#4abb8a Border Color

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

This div border color is #4abb8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,187,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 #4abb8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abb8a


Comments

No comments written yet.

Please login to write comment.