Color Hex Logo

#4babab Color Hex

#4BABAB
(75,171,171)
0 Favorites   0 Comments

Color spaces of #4babab

RGB 75171171
HSL0.500.390.48
HSV180°56°67°
CMYK 0.560.000.00   0.33
XYZ24.815233.561943.6983
Yxy33.56190.24310.3288
Hunter Lab57.9326-24.9224-4.1693
CIE-Lab64.6133-27.9033-8.5362

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 10101011
Octal 113 253 253
Decimal 75 171 171
Hex 4B AB AB

RGB Percentages of Color #4babab

%17.99
%41.01
%41.01

CMYK Percentages of Color #4babab

%56
%0
%0
%33

Triadic Colors of #4babab

#4babab #ab4bab #abab4b

Analogous Colors of #4babab

#4babab #4b7bab #4bab7b

Monochromatic Colors of #4babab

#4babab

Complementary Color

#4babab #ab4b4b

#4babab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babab Color CSS Codes

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

#4babab Text Font Color

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

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


#4babab Background Color

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

This div background color is #4babab


#4babab Border Color

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

This div border color is #4babab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babab


Comments

No comments written yet.

Please login to write comment.