Color Hex Logo

#4dadab Color Hex

#4DADAB
(77,173,171)
0 Favorites   0 Comments

Color spaces of #4dadab

RGB 77173171
HSL0.500.380.49
HSV179°55°68°
CMYK 0.550.000.01   0.32
XYZ25.354834.405243.8326
Yxy34.40520.24480.3321
Hunter Lab58.6559-25.4889-3.2473
CIE-Lab65.2829-28.4899-7.5327

#4dadab color RGB value is (77,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101101 10101011
Octal 115 255 253
Decimal 77 173 171
Hex 4D AD AB

RGB Percentages of Color #4dadab

%18.29
%41.09
%40.62

CMYK Percentages of Color #4dadab

%55
%0
%1
%32

Triadic Colors of #4dadab

#4dadab #ab4dad #adab4d

Analogous Colors of #4dadab

#4dadab #4d7fad #4dad7b

Monochromatic Colors of #4dadab

#4dadab

Complementary Color

#4dadab #ad4d4f

#4dadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dadab Color CSS Codes

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

#4dadab Text Font Color

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

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


#4dadab Background Color

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

This div background color is #4dadab


#4dadab Border Color

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

This div border color is #4dadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dadab


Comments

No comments written yet.

Please login to write comment.