Color Hex Logo

#4dacab Color Hex

#4DACAB
(77,172,171)
0 Favorites   0 Comments

Color spaces of #4dacab

RGB 77172171
HSL0.500.380.49
HSV179°55°67°
CMYK 0.550.000.01   0.33
XYZ25.163834.023143.7689
Yxy34.02310.24440.3305
Hunter Lab58.3293-25.0698-3.6592
CIE-Lab64.9809-27.9983-7.9819

#4dacab color RGB value is (77,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 10101011
Octal 115 254 253
Decimal 77 172 171
Hex 4D AC AB

RGB Percentages of Color #4dacab

%18.33
%40.95
%40.71

CMYK Percentages of Color #4dacab

%55
%0
%1
%33

Triadic Colors of #4dacab

#4dacab #ab4dac #acab4d

Analogous Colors of #4dacab

#4dacab #4d7eac #4dac7c

Monochromatic Colors of #4dacab

#4dacab

Complementary Color

#4dacab #ac4d4e

#4dacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacab Color CSS Codes

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

#4dacab Text Font Color

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

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


#4dacab Background Color

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

This div background color is #4dacab


#4dacab Border Color

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

This div border color is #4dacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacab


Comments

No comments written yet.

Please login to write comment.