Color Hex Logo

#4daaed Color Hex

#4DAAED
(77,170,237)
0 Favorites   0 Comments

Color spaces of #4daaed

RGB 77170237
HSL0.570.820.62
HSV205°68°93°
CMYK 0.680.280.00   0.07
XYZ32.721436.441785.4301
Yxy36.44170.21170.2357
Hunter Lab60.3670-8.8878-41.6491
CIE-Lab66.8560-6.7082-41.6096

#4daaed color RGB value is (77,170,237).

#4daaed hex color red value is 77, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4daaed hue: 0.57 , saturation: 0.82 and the lightness value of 4daaed is 0.62.

The process color (four color CMYK) of #4daaed color hex is 0.68, 0.28, 0.00, 0.07. Web safe color of #4daaed is #6699ff. Color #4daaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11101101
Octal 115 252 355
Decimal 77 170 237
Hex 4D AA ED

RGB Percentages of Color #4daaed

%15.91
%35.12
%48.97

CMYK Percentages of Color #4daaed

%68
%28
%0
%7

Triadic Colors of #4daaed

#4daaed #ed4daa #aaed4d

Analogous Colors of #4daaed

#4daaed #4d5aed #4dede0

Monochromatic Colors of #4daaed

#4daaed

Complementary Color

#4daaed #ed904d

#4daaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daaed Color CSS Codes

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

#4daaed Text Font Color

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

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


#4daaed Background Color

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

This div background color is #4daaed


#4daaed Border Color

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

This div border color is #4daaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daaed


Comments

No comments written yet.

Please login to write comment.