Color Hex Logo

#4dbfae Color Hex

#4DBFAE
(77,191,174)
0 Favorites   0 Comments

Color spaces of #4dbfae

RGB 77191174
HSL0.480.470.53
HSV171°60°75°
CMYK 0.600.000.09   0.25
XYZ29.331441.895446.5851
Yxy41.89540.24900.3556
Hunter Lab64.7267-32.38302.6364
CIE-Lab70.7987-36.2481-1.0513

#4dbfae color RGB value is (77,191,174).

#4dbfae hex color red value is 77, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4dbfae hue: 0.48 , saturation: 0.47 and the lightness value of 4dbfae is 0.53.

The process color (four color CMYK) of #4dbfae color hex is 0.60, 0.00, 0.09, 0.25. Web safe color of #4dbfae is #66cc99. Color #4dbfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 10101110
Octal 115 277 256
Decimal 77 191 174
Hex 4D BF AE

RGB Percentages of Color #4dbfae

%17.42
%43.21
%39.37

CMYK Percentages of Color #4dbfae

%60
%0
%9
%25

Triadic Colors of #4dbfae

#4dbfae #ae4dbf #bfae4d

Analogous Colors of #4dbfae

#4dbfae #4d97bf #4dbf75

Monochromatic Colors of #4dbfae

#4dbfae

Complementary Color

#4dbfae #bf4d5e

#4dbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfae Color CSS Codes

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

#4dbfae Text Font Color

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

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


#4dbfae Background Color

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

This div background color is #4dbfae


#4dbfae Border Color

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

This div border color is #4dbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfae


Comments

No comments written yet.

Please login to write comment.