Color Hex Logo

#4dacd9 Color Hex

#4DACD9
(77,172,217)
0 Favorites   0 Comments

Color spaces of #4dacd9

RGB 77172217
HSL0.550.650.58
HSV199°65°85°
CMYK 0.650.210.00   0.15
XYZ30.337536.092671.0133
Yxy36.09260.22070.2626
Hunter Lab60.0771-14.9967-28.0289
CIE-Lab66.5906-14.2897-31.0453

#4dacd9 color RGB value is (77,172,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11011001
Octal 115 254 331
Decimal 77 172 217
Hex 4D AC D9

RGB Percentages of Color #4dacd9

%16.52
%36.91
%46.57

CMYK Percentages of Color #4dacd9

%65
%21
%0
%15

Triadic Colors of #4dacd9

#4dacd9 #d94dac #acd94d

Analogous Colors of #4dacd9

#4dacd9 #4d66d9 #4dd9c0

Monochromatic Colors of #4dacd9

#4dacd9

Complementary Color

#4dacd9 #d97a4d

#4dacd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacd9 Color CSS Codes

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

#4dacd9 Text Font Color

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

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


#4dacd9 Background Color

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

This div background color is #4dacd9


#4dacd9 Border Color

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

This div border color is #4dacd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacd9


Comments

No comments written yet.

Please login to write comment.