Color Hex Logo

#4babaa Color Hex

#4BABAA
(75,171,170)
0 Favorites   0 Comments

Color spaces of #4babaa

RGB 75171170
HSL0.500.390.48
HSV179°56°67°
CMYK 0.560.000.01   0.33
XYZ24.720333.524043.1981
Yxy33.52400.24370.3305
Hunter Lab57.8999-25.1145-3.7053
CIE-Lab64.5830-28.1804-8.0235

#4babaa color RGB value is (75,171,170).

#4babaa hex color red value is 75, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4babaa hue: 0.50 , saturation: 0.39 and the lightness value of 4babaa is 0.48.

The process color (four color CMYK) of #4babaa color hex is 0.56, 0.00, 0.01, 0.33. Web safe color of #4babaa is #339999. Color #4babaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 10101010
Octal 113 253 252
Decimal 75 171 170
Hex 4B AB AA

RGB Percentages of Color #4babaa

%18.03
%41.11
%40.87

CMYK Percentages of Color #4babaa

%56
%0
%1
%33

Triadic Colors of #4babaa

#4babaa #aa4bab #abaa4b

Analogous Colors of #4babaa

#4babaa #4b7cab #4bab7a

Monochromatic Colors of #4babaa

#4babaa

Complementary Color

#4babaa #ab4b4c

#4babaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babaa Color CSS Codes

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

#4babaa Text Font Color

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

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


#4babaa Background Color

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

This div background color is #4babaa


#4babaa Border Color

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

This div border color is #4babaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4babaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4babaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4babaa;
  box-shadow:         1px 1px 3px 2px #4babaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babaa


Comments

No comments written yet.

Please login to write comment.