Color Hex Logo

#4dadae Color Hex

#4DADAE
(77,173,174)
0 Favorites   0 Comments

Color spaces of #4dadae

RGB 77173174
HSL0.500.390.49
HSV181°56°68°
CMYK 0.560.010.00   0.32
XYZ25.644134.520945.3560
Yxy34.52090.24300.3271
Hunter Lab58.7545-24.9119-4.6412
CIE-Lab65.3739-27.6626-9.0672

#4dadae color RGB value is (77,173,174).

#4dadae hex color red value is 77, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4dadae hue: 0.50 , saturation: 0.39 and the lightness value of 4dadae is 0.49.

The process color (four color CMYK) of #4dadae color hex is 0.56, 0.01, 0.00, 0.32. Web safe color of #4dadae is #669999. Color #4dadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101101 10101110
Octal 115 255 256
Decimal 77 173 174
Hex 4D AD AE

RGB Percentages of Color #4dadae

%18.16
%40.80
%41.04

CMYK Percentages of Color #4dadae

%56
%1
%0
%32

Triadic Colors of #4dadae

#4dadae #ae4dad #adae4d

Analogous Colors of #4dadae

#4dadae #4d7dae #4dae7f

Monochromatic Colors of #4dadae

#4dadae

Complementary Color

#4dadae #ae4e4d

#4dadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dadae Color CSS Codes

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

#4dadae Text Font Color

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

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


#4dadae Background Color

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

This div background color is #4dadae


#4dadae Border Color

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

This div border color is #4dadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dadae


Comments

No comments written yet.

Please login to write comment.