Color Hex Logo

#4bdf9a Color Hex

#4BDF9A
(75,223,154)
0 Favorites   0 Comments

Color spaces of #4bdf9a

RGB 75223154
HSL0.420.700.58
HSV152°66°87°
CMYK 0.660.000.31   0.13
XYZ35.122156.604339.6464
Yxy56.60430.26730.4309
Hunter Lab75.2358-48.334121.4215
CIE-Lab79.9565-54.807122.6259

#4bdf9a color RGB value is (75,223,154).

#4bdf9a hex color red value is 75, green value is 223 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4bdf9a hue: 0.42 , saturation: 0.70 and the lightness value of 4bdf9a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 10011010
Octal 113 337 232
Decimal 75 223 154
Hex 4B DF 9A

RGB Percentages of Color #4bdf9a

%16.59
%49.34
%34.07

CMYK Percentages of Color #4bdf9a

%66
%0
%31
%13

Triadic Colors of #4bdf9a

#4bdf9a #9a4bdf #df9a4b

Analogous Colors of #4bdf9a

#4bdf9a #4bdadf #4bdf50

Monochromatic Colors of #4bdf9a

#4bdf9a

Complementary Color

#4bdf9a #df4b90

#4bdf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdf9a Color CSS Codes

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

#4bdf9a Text Font Color

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

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


#4bdf9a Background Color

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

This div background color is #4bdf9a


#4bdf9a Border Color

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

This div border color is #4bdf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdf9a


Comments

No comments written yet.

Please login to write comment.