Color Hex Logo

#4daedf Color Hex

#4DAEDF
(77,174,223)
0 Favorites   0 Comments

Color spaces of #4daedf

RGB 77174223
HSL0.560.700.59
HSV200°65°87°
CMYK 0.650.220.00   0.13
XYZ31.515937.177675.3270
Yxy37.17760.21880.2581
Hunter Lab60.9734-14.4406-30.5659
CIE-Lab67.4101-13.4536-33.0756

#4daedf color RGB value is (77,174,223).

#4daedf hex color red value is 77, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4daedf hue: 0.56 , saturation: 0.70 and the lightness value of 4daedf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11011111
Octal 115 256 337
Decimal 77 174 223
Hex 4D AE DF

RGB Percentages of Color #4daedf

%16.24
%36.71
%47.05

CMYK Percentages of Color #4daedf

%65
%22
%0
%13

Triadic Colors of #4daedf

#4daedf #df4dae #aedf4d

Analogous Colors of #4daedf

#4daedf #4d65df #4ddfc7

Monochromatic Colors of #4daedf

#4daedf

Complementary Color

#4daedf #df7e4d

#4daedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daedf Color CSS Codes

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

#4daedf Text Font Color

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

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


#4daedf Background Color

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

This div background color is #4daedf


#4daedf Border Color

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

This div border color is #4daedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daedf


Comments

No comments written yet.

Please login to write comment.