Color Hex Logo

#4da4ad Color Hex

#4DA4AD
(77,164,173)
0 Favorites   0 Comments

Color spaces of #4da4ad

RGB 77164173
HSL0.520.380.49
HSV186°55°68°
CMYK 0.550.050.00   0.32
XYZ23.878931.145844.2884
Yxy31.14580.24040.3136
Hunter Lab55.8084-21.2895-7.9854
CIE-Lab62.6305-23.4276-12.6160

#4da4ad color RGB value is (77,164,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100100 10101101
Octal 115 244 255
Decimal 77 164 173
Hex 4D A4 AD

RGB Percentages of Color #4da4ad

%18.60
%39.61
%41.79

CMYK Percentages of Color #4da4ad

%55
%5
%0
%32

Triadic Colors of #4da4ad

#4da4ad #ad4da4 #a4ad4d

Analogous Colors of #4da4ad

#4da4ad #4d74ad #4dad86

Monochromatic Colors of #4da4ad

#4da4ad

Complementary Color

#4da4ad #ad564d

#4da4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da4ad Color CSS Codes

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

#4da4ad Text Font Color

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

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


#4da4ad Background Color

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

This div background color is #4da4ad


#4da4ad Border Color

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

This div border color is #4da4ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,164,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4da4ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da4ad


Comments

No comments written yet.

Please login to write comment.