Color Hex Logo

#4daaab Color Hex

#4DAAAB
(77,170,171)
0 Favorites   0 Comments

Color spaces of #4daaab

RGB 77170171
HSL0.500.380.49
HSV181°55°67°
CMYK 0.550.010.00   0.33
XYZ24.786033.267543.6430
Yxy33.26750.24370.3271
Hunter Lab57.6780-24.2295-4.4882
CIE-Lab64.3769-27.0098-8.8816

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 10101011
Octal 115 252 253
Decimal 77 170 171
Hex 4D AA AB

RGB Percentages of Color #4daaab

%18.42
%40.67
%40.91

CMYK Percentages of Color #4daaab

%55
%1
%0
%33

Triadic Colors of #4daaab

#4daaab #ab4daa #aaab4d

Analogous Colors of #4daaab

#4daaab #4d7bab #4dab7d

Monochromatic Colors of #4daaab

#4daaab

Complementary Color

#4daaab #ab4e4d

#4daaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daaab Color CSS Codes

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

#4daaab Text Font Color

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

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


#4daaab Background Color

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

This div background color is #4daaab


#4daaab Border Color

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

This div border color is #4daaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daaab


Comments

No comments written yet.

Please login to write comment.