Color Hex Logo

#4bddae Color Hex

#4BDDAE
(75,221,174)
0 Favorites   0 Comments

Color spaces of #4bddae

RGB 75221174
HSL0.450.680.58
HSV161°66°87°
CMYK 0.660.000.21   0.13
XYZ36.398156.264848.9862
Yxy56.26480.25700.3972
Hunter Lab75.0099-44.651213.7868
CIE-Lab79.7643-49.685011.8606

#4bddae color RGB value is (75,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 10101110
Octal 113 335 256
Decimal 75 221 174
Hex 4B DD AE

RGB Percentages of Color #4bddae

%15.96
%47.02
%37.02

CMYK Percentages of Color #4bddae

%66
%0
%21
%13

Triadic Colors of #4bddae

#4bddae #ae4bdd #ddae4b

Analogous Colors of #4bddae

#4bddae #4bc3dd #4bdd65

Monochromatic Colors of #4bddae

#4bddae

Complementary Color

#4bddae #dd4b7a

#4bddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddae Color CSS Codes

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

#4bddae Text Font Color

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

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


#4bddae Background Color

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

This div background color is #4bddae


#4bddae Border Color

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

This div border color is #4bddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddae


Comments

No comments written yet.

Please login to write comment.