Color Hex Logo

#4daaa4 Color Hex

#4DAAA4
(77,170,164)
0 Favorites   0 Comments

Color spaces of #4daaa4

RGB 77170164
HSL0.490.380.48
HSV176°55°67°
CMYK 0.550.000.04   0.33
XYZ24.136133.007640.2209
Yxy33.00760.24790.3390
Hunter Lab57.4522-25.5523-1.2909
CIE-Lab64.1671-28.9219-5.2838

#4daaa4 color RGB value is (77,170,164).

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

The process color (four color CMYK) of #4daaa4 color hex is 0.55, 0.00, 0.04, 0.33. Web safe color of #4daaa4 is #669999. Color #4daaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 10100100
Octal 115 252 244
Decimal 77 170 164
Hex 4D AA A4

RGB Percentages of Color #4daaa4

%18.73
%41.36
%39.90

CMYK Percentages of Color #4daaa4

%55
%0
%4
%33

Triadic Colors of #4daaa4

#4daaa4 #a44daa #aaa44d

Analogous Colors of #4daaa4

#4daaa4 #4d82aa #4daa76

Monochromatic Colors of #4daaa4

#4daaa4

Complementary Color

#4daaa4 #aa4d53

#4daaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daaa4 Color CSS Codes

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

#4daaa4 Text Font Color

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

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


#4daaa4 Background Color

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

This div background color is #4daaa4


#4daaa4 Border Color

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

This div border color is #4daaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daaa4


Comments

No comments written yet.

Please login to write comment.