Color Hex Logo

#4bbbae Color Hex

#4BBBAE
(75,187,174)
0 Favorites   0 Comments

Color spaces of #4bbbae

RGB 75187174
HSL0.480.450.51
HSV173°60°73°
CMYK 0.600.000.07   0.27
XYZ28.312040.092546.2908
Yxy40.09250.24680.3496
Hunter Lab63.3186-30.99400.9775
CIE-Lab69.5354-34.7631-2.9115

#4bbbae color RGB value is (75,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 10101110
Octal 113 273 256
Decimal 75 187 174
Hex 4B BB AE

RGB Percentages of Color #4bbbae

%17.20
%42.89
%39.91

CMYK Percentages of Color #4bbbae

%60
%0
%7
%27

Triadic Colors of #4bbbae

#4bbbae #ae4bbb #bbae4b

Analogous Colors of #4bbbae

#4bbbae #4b90bb #4bbb76

Monochromatic Colors of #4bbbae

#4bbbae

Complementary Color

#4bbbae #bb4b58

#4bbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbae Color CSS Codes

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

#4bbbae Text Font Color

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

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


#4bbbae Background Color

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

This div background color is #4bbbae


#4bbbae Border Color

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

This div border color is #4bbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbae


Comments

No comments written yet.

Please login to write comment.