Color Hex Logo

#4bdcaa Color Hex

#4BDCAA
(75,220,170)
0 Favorites   0 Comments

Color spaces of #4bdcaa

RGB 75220170
HSL0.440.670.58
HSV159°66°86°
CMYK 0.660.000.23   0.14
XYZ35.750555.584546.8748
Yxy55.58450.25870.4022
Hunter Lab74.5550-44.877214.9112
CIE-Lab79.3768-50.180913.4266

#4bdcaa color RGB value is (75,220,170).

#4bdcaa hex color red value is 75, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bdcaa hue: 0.44 , saturation: 0.67 and the lightness value of 4bdcaa is 0.58.

The process color (four color CMYK) of #4bdcaa color hex is 0.66, 0.00, 0.23, 0.14. Web safe color of #4bdcaa is #33cc99. Color #4bdcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 10101010
Octal 113 334 252
Decimal 75 220 170
Hex 4B DC AA

RGB Percentages of Color #4bdcaa

%16.13
%47.31
%36.56

CMYK Percentages of Color #4bdcaa

%66
%0
%23
%14

Triadic Colors of #4bdcaa

#4bdcaa #aa4bdc #dcaa4b

Analogous Colors of #4bdcaa

#4bdcaa #4bc6dc #4bdc62

Monochromatic Colors of #4bdcaa

#4bdcaa

Complementary Color

#4bdcaa #dc4b7d

#4bdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdcaa Color CSS Codes

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

#4bdcaa Text Font Color

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

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


#4bdcaa Background Color

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

This div background color is #4bdcaa


#4bdcaa Border Color

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

This div border color is #4bdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdcaa


Comments

No comments written yet.

Please login to write comment.