Color Hex Logo

#4dacba Color Hex

#4DACBA
(77,172,186)
0 Favorites   0 Comments

Color spaces of #4dacba

RGB 77172186
HSL0.520.440.52
HSV188°59°73°
CMYK 0.590.080.00   0.27
XYZ26.676034.628051.7323
Yxy34.62800.23600.3063
Hunter Lab58.8456-22.0617-10.9311
CIE-Lab65.4580-23.7482-15.6172

#4dacba color RGB value is (77,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 10111010
Octal 115 254 272
Decimal 77 172 186
Hex 4D AC BA

RGB Percentages of Color #4dacba

%17.70
%39.54
%42.76

CMYK Percentages of Color #4dacba

%59
%8
%0
%27

Triadic Colors of #4dacba

#4dacba #ba4dac #acba4d

Analogous Colors of #4dacba

#4dacba #4d76ba #4dba92

Monochromatic Colors of #4dacba

#4dacba

Complementary Color

#4dacba #ba5b4d

#4dacba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacba Color CSS Codes

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

#4dacba Text Font Color

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

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


#4dacba Background Color

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

This div background color is #4dacba


#4dacba Border Color

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

This div border color is #4dacba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacba


Comments

No comments written yet.

Please login to write comment.