Color Hex Logo

#4bbaaa Color Hex

#4BBAAA
(75,186,170)
0 Favorites   0 Comments

Color spaces of #4bbaaa

RGB 75186170
HSL0.480.450.51
HSV171°60°73°
CMYK 0.600.000.09   0.27
XYZ27.716339.515944.1968
Yxy39.51590.24870.3546
Hunter Lab62.8617-31.30562.3175
CIE-Lab69.1233-35.3457-1.3192

#4bbaaa color RGB value is (75,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 10101010
Octal 113 272 252
Decimal 75 186 170
Hex 4B BA AA

RGB Percentages of Color #4bbaaa

%17.40
%43.16
%39.44

CMYK Percentages of Color #4bbaaa

%60
%0
%9
%27

Triadic Colors of #4bbaaa

#4bbaaa #aa4bba #baaa4b

Analogous Colors of #4bbaaa

#4bbaaa #4b93ba #4bba73

Monochromatic Colors of #4bbaaa

#4bbaaa

Complementary Color

#4bbaaa #ba4b5b

#4bbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbaaa Color CSS Codes

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

#4bbaaa Text Font Color

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

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


#4bbaaa Background Color

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

This div background color is #4bbaaa


#4bbaaa Border Color

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

This div border color is #4bbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbaaa


Comments

No comments written yet.

Please login to write comment.