Color Hex Logo

#4daead Color Hex

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

Color spaces of #4daead

RGB 77174173
HSL0.500.390.49
HSV179°56°68°
CMYK 0.560.000.01   0.32
XYZ25.739434.867044.9086
Yxy34.86700.24390.3304
Hunter Lab59.0483-25.5256-3.7586
CIE-Lab65.6450-28.4312-8.1071

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

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

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

Base Numbers

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

RGB Percentages of Color #4daead

%18.16
%41.04
%40.80

CMYK Percentages of Color #4daead

%56
%0
%1
%32

Triadic Colors of #4daead

#4daead #ad4dae #aead4d

Analogous Colors of #4daead

#4daead #4d7fae #4dae7d

Monochromatic Colors of #4daead

#4daead

Complementary Color

#4daead #ae4d4e

#4daead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daead Color CSS Codes

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

#4daead Text Font Color

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

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


#4daead Background Color

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

This div background color is #4daead


#4daead Border Color

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

This div border color is #4daead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daead


Comments

No comments written yet.

Please login to write comment.