Color Hex Logo

#4abb9b Color Hex

#4ABB9B
(74,187,155)
0 Favorites   0 Comments

Color spaces of #4abb9b

RGB 74187155
HSL0.450.450.51
HSV163°60°73°
CMYK 0.600.000.17   0.27
XYZ26.510839.363137.2109
Yxy39.36310.25720.3819
Hunter Lab62.7400-34.36988.7533
CIE-Lab69.0135-39.75076.7451

#4abb9b color RGB value is (74,187,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 10011011
Octal 112 273 233
Decimal 74 187 155
Hex 4A BB 9B

RGB Percentages of Color #4abb9b

%17.79
%44.95
%37.26

CMYK Percentages of Color #4abb9b

%60
%0
%17
%27

Triadic Colors of #4abb9b

#4abb9b #9b4abb #bb9b4a

Analogous Colors of #4abb9b

#4abb9b #4aa3bb #4abb63

Monochromatic Colors of #4abb9b

#4abb9b

Complementary Color

#4abb9b #bb4a6a

#4abb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abb9b Color CSS Codes

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

#4abb9b Text Font Color

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

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


#4abb9b Background Color

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

This div background color is #4abb9b


#4abb9b Border Color

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

This div border color is #4abb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abb9b


Comments

No comments written yet.

Please login to write comment.