Color Hex Logo

#4da5ae Color Hex

#4DA5AE
(77,165,174)
0 Favorites   0 Comments

Color spaces of #4da5ae

RGB 77165174
HSL0.520.390.49
HSV186°56°68°
CMYK 0.560.050.00   0.32
XYZ24.155731.544044.8599
Yxy31.54400.24020.3137
Hunter Lab56.1640-21.5157-8.0419
CIE-Lab62.9642-23.6515-12.6753

#4da5ae color RGB value is (77,165,174).

#4da5ae hex color red value is 77, green value is 165 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4da5ae hue: 0.52 , saturation: 0.39 and the lightness value of 4da5ae is 0.49.

The process color (four color CMYK) of #4da5ae color hex is 0.56, 0.05, 0.00, 0.32. Web safe color of #4da5ae is #669999. Color #4da5ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100101 10101110
Octal 115 245 256
Decimal 77 165 174
Hex 4D A5 AE

RGB Percentages of Color #4da5ae

%18.51
%39.66
%41.83

CMYK Percentages of Color #4da5ae

%56
%5
%0
%32

Triadic Colors of #4da5ae

#4da5ae #ae4da5 #a5ae4d

Analogous Colors of #4da5ae

#4da5ae #4d75ae #4dae87

Monochromatic Colors of #4da5ae

#4da5ae

Complementary Color

#4da5ae #ae564d

#4da5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da5ae Color CSS Codes

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

#4da5ae Text Font Color

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

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


#4da5ae Background Color

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

This div background color is #4da5ae


#4da5ae Border Color

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

This div border color is #4da5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da5ae


Comments

No comments written yet.

Please login to write comment.