Color Hex Logo

#4daffd Color Hex

#4DAFFD
(77,175,253)
0 Favorites   0 Comments

Color spaces of #4daffd

RGB 77175253
HSL0.570.980.65
HSV207°70°99°
CMYK 0.700.310.00   0.01
XYZ36.120239.329698.6161
Yxy39.32960.20750.2259
Hunter Lab62.7133-6.9399-49.3336
CIE-Lab68.9893-4.1678-46.9718

#4daffd color RGB value is (77,175,253).

#4daffd hex color red value is 77, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4daffd hue: 0.57 , saturation: 0.98 and the lightness value of 4daffd is 0.65.

The process color (four color CMYK) of #4daffd color hex is 0.70, 0.31, 0.00, 0.01. Web safe color of #4daffd is #6699ff. Color #4daffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 11111101
Octal 115 257 375
Decimal 77 175 253
Hex 4D AF FD

RGB Percentages of Color #4daffd

%15.25
%34.65
%50.10

CMYK Percentages of Color #4daffd

%70
%31
%0
%1

Triadic Colors of #4daffd

#4daffd #fd4daf #affd4d

Analogous Colors of #4daffd

#4daffd #4d57fd #4dfdf3

Monochromatic Colors of #4daffd

#4daffd

Complementary Color

#4daffd #fd9b4d

#4daffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daffd Color CSS Codes

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

#4daffd Text Font Color

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

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


#4daffd Background Color

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

This div background color is #4daffd


#4daffd Border Color

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

This div border color is #4daffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daffd


Comments

No comments written yet.

Please login to write comment.