Color Hex Logo

#4dabad Color Hex

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

Color spaces of #4dabad

RGB 77171173
HSL0.500.380.49
HSV181°55°68°
CMYK 0.550.010.00   0.32
XYZ25.166333.720744.7175
Yxy33.72070.24290.3255
Hunter Lab58.0695-24.2629-5.0087
CIE-Lab64.7403-26.9504-9.4555

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

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

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

Base Numbers

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

RGB Percentages of Color #4dabad

%18.29
%40.62
%41.09

CMYK Percentages of Color #4dabad

%55
%1
%0
%32

Triadic Colors of #4dabad

#4dabad #ad4dab #abad4d

Analogous Colors of #4dabad

#4dabad #4d7bad #4dad7f

Monochromatic Colors of #4dabad

#4dabad

Complementary Color

#4dabad #ad4f4d

#4dabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabad Color CSS Codes

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

#4dabad Text Font Color

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

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


#4dabad Background Color

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

This div background color is #4dabad


#4dabad Border Color

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

This div border color is #4dabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabad


Comments

No comments written yet.

Please login to write comment.