Color Hex Logo

#4daedb Color Hex

#4DAEDB
(77,174,219)
0 Favorites   0 Comments

Color spaces of #4daedb

RGB 77174219
HSL0.550.660.58
HSV199°65°86°
CMYK 0.650.210.00   0.14
XYZ30.982836.964472.5197
Yxy36.96440.22060.2632
Hunter Lab60.7984-15.4336-28.1617
CIE-Lab67.2503-14.7275-31.1257

#4daedb color RGB value is (77,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11011011
Octal 115 256 333
Decimal 77 174 219
Hex 4D AE DB

RGB Percentages of Color #4daedb

%16.38
%37.02
%46.60

CMYK Percentages of Color #4daedb

%65
%21
%0
%14

Triadic Colors of #4daedb

#4daedb #db4dae #aedb4d

Analogous Colors of #4daedb

#4daedb #4d67db #4ddbc1

Monochromatic Colors of #4daedb

#4daedb

Complementary Color

#4daedb #db7a4d

#4daedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daedb Color CSS Codes

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

#4daedb Text Font Color

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

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


#4daedb Background Color

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

This div background color is #4daedb


#4daedb Border Color

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

This div border color is #4daedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daedb


Comments

No comments written yet.

Please login to write comment.