Color Hex Logo

#4dacbb Color Hex

#4DACBB
(77,172,187)
0 Favorites   0 Comments

Color spaces of #4dacbb

RGB 77172187
HSL0.520.450.52
HSV188°59°73°
CMYK 0.590.080.00   0.27
XYZ26.782734.670752.2942
Yxy34.67070.23550.3048
Hunter Lab58.8818-21.8516-11.4394
CIE-Lab65.4915-23.4566-16.1225

#4dacbb color RGB value is (77,172,187).

#4dacbb hex color red value is 77, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4dacbb hue: 0.52 , saturation: 0.45 and the lightness value of 4dacbb is 0.52.

The process color (four color CMYK) of #4dacbb color hex is 0.59, 0.08, 0.00, 0.27. Web safe color of #4dacbb is #6699cc. Color #4dacbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 10111011
Octal 115 254 273
Decimal 77 172 187
Hex 4D AC BB

RGB Percentages of Color #4dacbb

%17.66
%39.45
%42.89

CMYK Percentages of Color #4dacbb

%59
%8
%0
%27

Triadic Colors of #4dacbb

#4dacbb #bb4dac #acbb4d

Analogous Colors of #4dacbb

#4dacbb #4d75bb #4dbb93

Monochromatic Colors of #4dacbb

#4dacbb

Complementary Color

#4dacbb #bb5c4d

#4dacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacbb Color CSS Codes

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

#4dacbb Text Font Color

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

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


#4dacbb Background Color

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

This div background color is #4dacbb


#4dacbb Border Color

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

This div border color is #4dacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacbb


Comments

No comments written yet.

Please login to write comment.