Color Hex Logo

#4daadf Color Hex

#4DAADF
(77,170,223)
0 Favorites   0 Comments

Color spaces of #4daadf

RGB 77170223
HSL0.560.700.59
HSV202°65°87°
CMYK 0.650.240.00   0.13
XYZ30.754635.654975.0732
Yxy35.65490.21740.2520
Hunter Lab59.7117-12.5589-32.7448
CIE-Lab66.2554-11.2859-34.8675

#4daadf color RGB value is (77,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11011111
Octal 115 252 337
Decimal 77 170 223
Hex 4D AA DF

RGB Percentages of Color #4daadf

%16.38
%36.17
%47.45

CMYK Percentages of Color #4daadf

%65
%24
%0
%13

Triadic Colors of #4daadf

#4daadf #df4daa #aadf4d

Analogous Colors of #4daadf

#4daadf #4d61df #4ddfcb

Monochromatic Colors of #4daadf

#4daadf

Complementary Color

#4daadf #df824d

#4daadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daadf Color CSS Codes

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

#4daadf Text Font Color

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

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


#4daadf Background Color

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

This div background color is #4daadf


#4daadf Border Color

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

This div border color is #4daadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daadf


Comments

No comments written yet.

Please login to write comment.