Color Hex Logo

#4daadb Color Hex

#4DAADB
(77,170,219)
0 Favorites   0 Comments

Color spaces of #4daadb

RGB 77170219
HSL0.560.660.58
HSV201°65°86°
CMYK 0.650.220.00   0.14
XYZ30.221535.441772.2659
Yxy35.44170.21910.2570
Hunter Lab59.5329-13.5683-30.2980
CIE-Lab66.0911-12.5728-32.9203

#4daadb color RGB value is (77,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11011011
Octal 115 252 333
Decimal 77 170 219
Hex 4D AA DB

RGB Percentages of Color #4daadb

%16.52
%36.48
%47.00

CMYK Percentages of Color #4daadb

%65
%22
%0
%14

Triadic Colors of #4daadb

#4daadb #db4daa #aadb4d

Analogous Colors of #4daadb

#4daadb #4d63db #4ddbc5

Monochromatic Colors of #4daadb

#4daadb

Complementary Color

#4daadb #db7e4d

#4daadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daadb Color CSS Codes

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

#4daadb Text Font Color

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

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


#4daadb Background Color

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

This div background color is #4daadb


#4daadb Border Color

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

This div border color is #4daadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daadb


Comments

No comments written yet.

Please login to write comment.