Color Hex Logo

#4bbaac Color Hex

#4BBAAC
(75,186,172)
0 Favorites   0 Comments

Color spaces of #4bbaac

RGB 75186172
HSL0.480.450.51
HSV172°60°73°
CMYK 0.600.000.08   0.27
XYZ27.907039.592245.2009
Yxy39.59220.24760.3513
Hunter Lab62.9223-30.94671.4541
CIE-Lab69.1781-34.8230-2.3379

#4bbaac color RGB value is (75,186,172).

#4bbaac hex color red value is 75, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4bbaac hue: 0.48 , saturation: 0.45 and the lightness value of 4bbaac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 10101100
Octal 113 272 254
Decimal 75 186 172
Hex 4B BA AC

RGB Percentages of Color #4bbaac

%17.32
%42.96
%39.72

CMYK Percentages of Color #4bbaac

%60
%0
%8
%27

Triadic Colors of #4bbaac

#4bbaac #ac4bba #baac4b

Analogous Colors of #4bbaac

#4bbaac #4b91ba #4bba75

Monochromatic Colors of #4bbaac

#4bbaac

Complementary Color

#4bbaac #ba4b59

#4bbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbaac Color CSS Codes

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

#4bbaac Text Font Color

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

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


#4bbaac Background Color

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

This div background color is #4bbaac


#4bbaac Border Color

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

This div border color is #4bbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbaac


Comments

No comments written yet.

Please login to write comment.