Color Hex Logo

#4bbaaf Color Hex

#4BBAAF
(75,186,175)
0 Favorites   0 Comments

Color spaces of #4bbaaf

RGB 75186175
HSL0.480.450.51
HSV174°60°73°
CMYK 0.600.000.06   0.27
XYZ28.198439.708846.7358
Yxy39.70880.24600.3464
Hunter Lab63.0149-30.39960.1373
CIE-Lab69.2616-34.0304-3.8638

#4bbaaf color RGB value is (75,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 10101111
Octal 113 272 257
Decimal 75 186 175
Hex 4B BA AF

RGB Percentages of Color #4bbaaf

%17.20
%42.66
%40.14

CMYK Percentages of Color #4bbaaf

%60
%0
%6
%27

Triadic Colors of #4bbaaf

#4bbaaf #af4bba #baaf4b

Analogous Colors of #4bbaaf

#4bbaaf #4b8eba #4bba78

Monochromatic Colors of #4bbaaf

#4bbaaf

Complementary Color

#4bbaaf #ba4b56

#4bbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbaaf Color CSS Codes

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

#4bbaaf Text Font Color

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

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


#4bbaaf Background Color

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

This div background color is #4bbaaf


#4bbaaf Border Color

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

This div border color is #4bbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbaaf


Comments

No comments written yet.

Please login to write comment.