Color Hex Logo

#4dcfae Color Hex

#4DCFAE
(77,207,174)
0 Favorites   0 Comments

Color spaces of #4dcfae

RGB 77207174
HSL0.460.580.56
HSV165°63°81°
CMYK 0.630.000.16   0.19
XYZ33.013449.259447.8124
Yxy49.25940.25380.3787
Hunter Lab70.1850-38.86168.7392
CIE-Lab75.6124-43.41195.9362

#4dcfae color RGB value is (77,207,174).

#4dcfae hex color red value is 77, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4dcfae hue: 0.46 , saturation: 0.58 and the lightness value of 4dcfae is 0.56.

The process color (four color CMYK) of #4dcfae color hex is 0.63, 0.00, 0.16, 0.19. Web safe color of #4dcfae is #66cc99. Color #4dcfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001111 10101110
Octal 115 317 256
Decimal 77 207 174
Hex 4D CF AE

RGB Percentages of Color #4dcfae

%16.81
%45.20
%37.99

CMYK Percentages of Color #4dcfae

%63
%0
%16
%19

Triadic Colors of #4dcfae

#4dcfae #ae4dcf #cfae4d

Analogous Colors of #4dcfae

#4dcfae #4dafcf #4dcf6d

Monochromatic Colors of #4dcfae

#4dcfae

Complementary Color

#4dcfae #cf4d6e

#4dcfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcfae Color CSS Codes

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

#4dcfae Text Font Color

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

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


#4dcfae Background Color

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

This div background color is #4dcfae


#4dcfae Border Color

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

This div border color is #4dcfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcfae


Comments

No comments written yet.

Please login to write comment.