Color Hex Logo

#4da5df Color Hex

#4DA5DF
(77,165,223)
0 Favorites   0 Comments

Color spaces of #4da5df

RGB 77165223
HSL0.570.700.59
HSV204°65°87°
CMYK 0.650.260.00   0.13
XYZ29.835033.815874.7667
Yxy33.81580.21550.2443
Hunter Lab58.1514-10.1841-35.5247
CIE-Lab64.8161-8.5381-37.1083

#4da5df color RGB value is (77,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100101 11011111
Octal 115 245 337
Decimal 77 165 223
Hex 4D A5 DF

RGB Percentages of Color #4da5df

%16.56
%35.48
%47.96

CMYK Percentages of Color #4da5df

%65
%26
%0
%13

Triadic Colors of #4da5df

#4da5df #df4da5 #a5df4d

Analogous Colors of #4da5df

#4da5df #4d5cdf #4ddfd0

Monochromatic Colors of #4da5df

#4da5df

Complementary Color

#4da5df #df874d

#4da5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da5df Color CSS Codes

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

#4da5df Text Font Color

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

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


#4da5df Background Color

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

This div background color is #4da5df


#4da5df Border Color

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

This div border color is #4da5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da5df


Comments

No comments written yet.

Please login to write comment.