Color Hex Logo

#4bbeaa Color Hex

#4BBEAA
(75,190,170)
0 Favorites   0 Comments

Color spaces of #4bbeaa

RGB 75190170
HSL0.470.470.52
HSV170°61°75°
CMYK 0.610.000.11   0.25
XYZ28.570841.225044.4816
Yxy41.22500.25000.3607
Hunter Lab64.2067-32.93253.8693
CIE-Lab70.3333-37.18800.4495

#4bbeaa color RGB value is (75,190,170).

#4bbeaa hex color red value is 75, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bbeaa hue: 0.47 , saturation: 0.47 and the lightness value of 4bbeaa is 0.52.

The process color (four color CMYK) of #4bbeaa color hex is 0.61, 0.00, 0.11, 0.25. Web safe color of #4bbeaa is #33cc99. Color #4bbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 10101010
Octal 113 276 252
Decimal 75 190 170
Hex 4B BE AA

RGB Percentages of Color #4bbeaa

%17.24
%43.68
%39.08

CMYK Percentages of Color #4bbeaa

%61
%0
%11
%25

Triadic Colors of #4bbeaa

#4bbeaa #aa4bbe #beaa4b

Analogous Colors of #4bbeaa

#4bbeaa #4b99be #4bbe71

Monochromatic Colors of #4bbeaa

#4bbeaa

Complementary Color

#4bbeaa #be4b5f

#4bbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbeaa Color CSS Codes

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

#4bbeaa Text Font Color

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

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


#4bbeaa Background Color

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

This div background color is #4bbeaa


#4bbeaa Border Color

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

This div border color is #4bbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbeaa


Comments

No comments written yet.

Please login to write comment.