Color Hex Logo

#4daedc Color Hex

#4DAEDC
(77,174,220)
0 Favorites   0 Comments

Color spaces of #4daedc

RGB 77174220
HSL0.550.670.58
HSV199°65°86°
CMYK 0.650.210.00   0.14
XYZ31.114937.017273.2153
Yxy37.01720.22010.2619
Hunter Lab60.8418-15.1869-28.7587
CIE-Lab67.2899-14.4099-31.6141

#4daedc color RGB value is (77,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11011100
Octal 115 256 334
Decimal 77 174 220
Hex 4D AE DC

RGB Percentages of Color #4daedc

%16.35
%36.94
%46.71

CMYK Percentages of Color #4daedc

%65
%21
%0
%14

Triadic Colors of #4daedc

#4daedc #dc4dae #aedc4d

Analogous Colors of #4daedc

#4daedc #4d67dc #4ddcc3

Monochromatic Colors of #4daedc

#4daedc

Complementary Color

#4daedc #dc7b4d

#4daedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daedc Color CSS Codes

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

#4daedc Text Font Color

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

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


#4daedc Background Color

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

This div background color is #4daedc


#4daedc Border Color

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

This div border color is #4daedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daedc


Comments

No comments written yet.

Please login to write comment.