Color Hex Logo

#4dadbe Color Hex

#4DADBE
(77,173,190)
0 Favorites   0 Comments

Color spaces of #4dadbe

RGB 77173190
HSL0.530.470.52
HSV189°59°75°
CMYK 0.590.090.00   0.25
XYZ27.298435.182654.0673
Yxy35.18260.23420.3019
Hunter Lab59.3149-21.6504-12.5241
CIE-Lab65.8906-23.0863-17.1849

#4dadbe color RGB value is (77,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101101 10111110
Octal 115 255 276
Decimal 77 173 190
Hex 4D AD BE

RGB Percentages of Color #4dadbe

%17.50
%39.32
%43.18

CMYK Percentages of Color #4dadbe

%59
%9
%0
%25

Triadic Colors of #4dadbe

#4dadbe #be4dad #adbe4d

Analogous Colors of #4dadbe

#4dadbe #4d75be #4dbe97

Monochromatic Colors of #4dadbe

#4dadbe

Complementary Color

#4dadbe #be5e4d

#4dadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dadbe Color CSS Codes

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

#4dadbe Text Font Color

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

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


#4dadbe Background Color

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

This div background color is #4dadbe


#4dadbe Border Color

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

This div border color is #4dadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dadbe


Comments

No comments written yet.

Please login to write comment.