Color Hex Logo

#4dacdb Color Hex

#4DACDB
(77,172,219)
0 Favorites   0 Comments

Color spaces of #4dacdb

RGB 77172219
HSL0.560.660.58
HSV200°65°86°
CMYK 0.650.210.00   0.14
XYZ30.599336.197372.3919
Yxy36.19730.21980.2601
Hunter Lab60.1642-14.5029-29.2251
CIE-Lab66.6704-13.6535-32.0229

#4dacdb color RGB value is (77,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11011011
Octal 115 254 333
Decimal 77 172 219
Hex 4D AC DB

RGB Percentages of Color #4dacdb

%16.45
%36.75
%46.79

CMYK Percentages of Color #4dacdb

%65
%21
%0
%14

Triadic Colors of #4dacdb

#4dacdb #db4dac #acdb4d

Analogous Colors of #4dacdb

#4dacdb #4d65db #4ddbc3

Monochromatic Colors of #4dacdb

#4dacdb

Complementary Color

#4dacdb #db7c4d

#4dacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacdb Color CSS Codes

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

#4dacdb Text Font Color

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

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


#4dacdb Background Color

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

This div background color is #4dacdb


#4dacdb Border Color

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

This div border color is #4dacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacdb

#4dacdb Color Palettes


Comments

No comments written yet.

Please login to write comment.