Color Hex Logo

#4daaaa Color Hex

#4DAAAA
(77,170,170)
0 Favorites   0 Comments

Color spaces of #4daaaa

RGB 77170170
HSL0.500.380.48
HSV180°55°67°
CMYK 0.550.000.00   0.33
XYZ24.691033.229543.1428
Yxy33.22950.24430.3288
Hunter Lab57.6450-24.4222-4.0224
CIE-Lab64.3463-27.2864-8.3688

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 10101010
Octal 115 252 252
Decimal 77 170 170
Hex 4D AA AA

RGB Percentages of Color #4daaaa

%18.47
%40.77
%40.77

CMYK Percentages of Color #4daaaa

%55
%0
%0
%33

Triadic Colors of #4daaaa

#4daaaa #aa4daa #aaaa4d

Analogous Colors of #4daaaa

#4daaaa #4d7caa #4daa7c

Monochromatic Colors of #4daaaa

#4daaaa

Complementary Color

#4daaaa #aa4d4d

#4daaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daaaa Color CSS Codes

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

#4daaaa Text Font Color

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

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


#4daaaa Background Color

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

This div background color is #4daaaa


#4daaaa Border Color

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

This div border color is #4daaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daaaa


Comments

No comments written yet.

Please login to write comment.