Color Hex Logo

#4daadd Color Hex

#4DAADD
(77,170,221)
0 Favorites   0 Comments

Color spaces of #4daadd

RGB 77170221
HSL0.560.680.58
HSV201°65°87°
CMYK 0.650.230.00   0.13
XYZ30.486435.547773.6612
Yxy35.54770.21820.2545
Hunter Lab59.6219-13.0661-31.5158
CIE-Lab66.1729-11.9310-33.8950

#4daadd color RGB value is (77,170,221).

#4daadd hex color red value is 77, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4daadd hue: 0.56 , saturation: 0.68 and the lightness value of 4daadd is 0.58.

The process color (four color CMYK) of #4daadd color hex is 0.65, 0.23, 0.00, 0.13. Web safe color of #4daadd is #6699cc. Color #4daadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11011101
Octal 115 252 335
Decimal 77 170 221
Hex 4D AA DD

RGB Percentages of Color #4daadd

%16.45
%36.32
%47.22

CMYK Percentages of Color #4daadd

%65
%23
%0
%13

Triadic Colors of #4daadd

#4daadd #dd4daa #aadd4d

Analogous Colors of #4daadd

#4daadd #4d62dd #4dddc8

Monochromatic Colors of #4daadd

#4daadd

Complementary Color

#4daadd #dd804d

#4daadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daadd Color CSS Codes

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

#4daadd Text Font Color

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

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


#4daadd Background Color

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

This div background color is #4daadd


#4daadd Border Color

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

This div border color is #4daadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daadd


Comments

No comments written yet.

Please login to write comment.