Color Hex Logo

#4bdbae Color Hex

#4BDBAE
(75,219,174)
0 Favorites   0 Comments

Color spaces of #4bdbae

RGB 75219174
HSL0.450.670.58
HSV161°66°86°
CMYK 0.660.000.21   0.14
XYZ35.873155.214948.8112
Yxy55.21490.25640.3947
Hunter Lab74.3067-43.862213.0678
CIE-Lab79.1649-48.855611.0098

#4bdbae color RGB value is (75,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 10101110
Octal 113 333 256
Decimal 75 219 174
Hex 4B DB AE

RGB Percentages of Color #4bdbae

%16.03
%46.79
%37.18

CMYK Percentages of Color #4bdbae

%66
%0
%21
%14

Triadic Colors of #4bdbae

#4bdbae #ae4bdb #dbae4b

Analogous Colors of #4bdbae

#4bdbae #4bc0db #4bdb66

Monochromatic Colors of #4bdbae

#4bdbae

Complementary Color

#4bdbae #db4b78

#4bdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbae Color CSS Codes

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

#4bdbae Text Font Color

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

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


#4bdbae Background Color

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

This div background color is #4bdbae


#4bdbae Border Color

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

This div border color is #4bdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbae


Comments

No comments written yet.

Please login to write comment.