Color Hex Logo

#4daeaf Color Hex

#4DAEAF
(77,174,175)
0 Favorites   0 Comments

Color spaces of #4daeaf

RGB 77174175
HSL0.500.390.49
HSV181°56°69°
CMYK 0.560.010.00   0.31
XYZ25.934534.945045.9356
Yxy34.94500.24280.3272
Hunter Lab59.1143-25.1389-4.6921
CIE-Lab65.7058-27.8781-9.1285

#4daeaf color RGB value is (77,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 10101111
Octal 115 256 257
Decimal 77 174 175
Hex 4D AE AF

RGB Percentages of Color #4daeaf

%18.08
%40.85
%41.08

CMYK Percentages of Color #4daeaf

%56
%1
%0
%31

Triadic Colors of #4daeaf

#4daeaf #af4dae #aeaf4d

Analogous Colors of #4daeaf

#4daeaf #4d7daf #4daf7f

Monochromatic Colors of #4daeaf

#4daeaf

Complementary Color

#4daeaf #af4e4d

#4daeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daeaf Color CSS Codes

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

#4daeaf Text Font Color

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

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


#4daeaf Background Color

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

This div background color is #4daeaf


#4daeaf Border Color

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

This div border color is #4daeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daeaf


Comments

No comments written yet.

Please login to write comment.