Color Hex Logo

#4dafdb Color Hex

#4DAFDB
(77,175,219)
0 Favorites   0 Comments

Color spaces of #4dafdb

RGB 77175219
HSL0.550.660.58
HSV199°65°86°
CMYK 0.650.200.00   0.14
XYZ31.176737.352272.5843
Yxy37.35220.22090.2647
Hunter Lab61.1164-15.8974-27.6336
CIE-Lab67.5404-15.2616-30.6774

#4dafdb color RGB value is (77,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 11011011
Octal 115 257 333
Decimal 77 175 219
Hex 4D AF DB

RGB Percentages of Color #4dafdb

%16.35
%37.15
%46.50

CMYK Percentages of Color #4dafdb

%65
%20
%0
%14

Triadic Colors of #4dafdb

#4dafdb #db4daf #afdb4d

Analogous Colors of #4dafdb

#4dafdb #4d68db #4ddbc0

Monochromatic Colors of #4dafdb

#4dafdb

Complementary Color

#4dafdb #db794d

#4dafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dafdb Color CSS Codes

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

#4dafdb Text Font Color

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

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


#4dafdb Background Color

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

This div background color is #4dafdb


#4dafdb Border Color

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

This div border color is #4dafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dafdb


Comments

No comments written yet.

Please login to write comment.