Color Hex Logo

#4bdbac Color Hex

#4BDBAC
(75,219,172)
0 Favorites   0 Comments

Color spaces of #4bdbac

RGB 75219172
HSL0.450.670.58
HSV160°66°86°
CMYK 0.660.000.21   0.14
XYZ35.679655.137447.7918
Yxy55.13740.25740.3978
Hunter Lab74.2546-44.175613.8179
CIE-Lab79.1203-49.314512.0061

#4bdbac color RGB value is (75,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 10101100
Octal 113 333 254
Decimal 75 219 172
Hex 4B DB AC

RGB Percentages of Color #4bdbac

%16.09
%47.00
%36.91

CMYK Percentages of Color #4bdbac

%66
%0
%21
%14

Triadic Colors of #4bdbac

#4bdbac #ac4bdb #dbac4b

Analogous Colors of #4bdbac

#4bdbac #4bc2db #4bdb64

Monochromatic Colors of #4bdbac

#4bdbac

Complementary Color

#4bdbac #db4b7a

#4bdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbac Color CSS Codes

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

#4bdbac Text Font Color

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

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


#4bdbac Background Color

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

This div background color is #4bdbac


#4bdbac Border Color

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

This div border color is #4bdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbac


Comments

No comments written yet.

Please login to write comment.