Color Hex Logo

#4dbcad Color Hex

#4DBCAD
(77,188,173)
0 Favorites   0 Comments

Color spaces of #4dbcad

RGB 77188173
HSL0.480.450.52
HSV172°59°74°
CMYK 0.590.000.08   0.26
XYZ28.586640.561445.8576
Yxy40.56140.24860.3527
Hunter Lab63.6878-31.33311.8905
CIE-Lab69.8675-35.1187-1.8682

#4dbcad color RGB value is (77,188,173).

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

The process color (four color CMYK) of #4dbcad color hex is 0.59, 0.00, 0.08, 0.26. Web safe color of #4dbcad is #66cc99. Color #4dbcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 10101101
Octal 115 274 255
Decimal 77 188 173
Hex 4D BC AD

RGB Percentages of Color #4dbcad

%17.58
%42.92
%39.50

CMYK Percentages of Color #4dbcad

%59
%0
%8
%26

Triadic Colors of #4dbcad

#4dbcad #ad4dbc #bcad4d

Analogous Colors of #4dbcad

#4dbcad #4d94bc #4dbc76

Monochromatic Colors of #4dbcad

#4dbcad

Complementary Color

#4dbcad #bc4d5c

#4dbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcad Color CSS Codes

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

#4dbcad Text Font Color

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

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


#4dbcad Background Color

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

This div background color is #4dbcad


#4dbcad Border Color

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

This div border color is #4dbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcad


Comments

No comments written yet.

Please login to write comment.