Color Hex Logo

#4dadbd Color Hex

#4DADBD
(77,173,189)
0 Favorites   0 Comments

Color spaces of #4dadbd

RGB 77173189
HSL0.520.460.52
HSV189°59°74°
CMYK 0.590.080.00   0.26
XYZ27.189435.139053.4936
Yxy35.13900.23480.3034
Hunter Lab59.2782-21.8633-12.0096
CIE-Lab65.8567-23.3801-16.6811

#4dadbd color RGB value is (77,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101101 10111101
Octal 115 255 275
Decimal 77 173 189
Hex 4D AD BD

RGB Percentages of Color #4dadbd

%17.54
%39.41
%43.05

CMYK Percentages of Color #4dadbd

%59
%8
%0
%26

Triadic Colors of #4dadbd

#4dadbd #bd4dad #adbd4d

Analogous Colors of #4dadbd

#4dadbd #4d75bd #4dbd95

Monochromatic Colors of #4dadbd

#4dadbd

Complementary Color

#4dadbd #bd5d4d

#4dadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dadbd Color CSS Codes

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

#4dadbd Text Font Color

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

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


#4dadbd Background Color

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

This div background color is #4dadbd


#4dadbd Border Color

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

This div border color is #4dadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dadbd


Comments

No comments written yet.

Please login to write comment.