Color Hex Logo

#4ab09b Color Hex

#4AB09B
(74,176,155)
0 Favorites   0 Comments

Color spaces of #4ab09b

RGB 74176155
HSL0.470.410.49
HSV168°58°69°
CMYK 0.580.000.12   0.31
XYZ24.265834.873136.4626
Yxy34.87310.25380.3648
Hunter Lab59.0535-29.99574.7288
CIE-Lab65.6497-34.74671.8892

#4ab09b color RGB value is (74,176,155).

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

The process color (four color CMYK) of #4ab09b color hex is 0.58, 0.00, 0.12, 0.31. Web safe color of #4ab09b is #339999. Color #4ab09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110000 10011011
Octal 112 260 233
Decimal 74 176 155
Hex 4A B0 9B

RGB Percentages of Color #4ab09b

%18.27
%43.46
%38.27

CMYK Percentages of Color #4ab09b

%58
%0
%12
%31

Triadic Colors of #4ab09b

#4ab09b #9b4ab0 #b09b4a

Analogous Colors of #4ab09b

#4ab09b #4a92b0 #4ab068

Monochromatic Colors of #4ab09b

#4ab09b

Complementary Color

#4ab09b #b04a5f

#4ab09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab09b Color CSS Codes

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

#4ab09b Text Font Color

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

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


#4ab09b Background Color

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

This div background color is #4ab09b


#4ab09b Border Color

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

This div border color is #4ab09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab09b


Comments

No comments written yet.

Please login to write comment.