Color Hex Logo

#4dacdd Color Hex

#4DACDD
(77,172,221)
0 Favorites   0 Comments

Color spaces of #4dacdd

RGB 77172221
HSL0.560.680.58
HSV200°65°87°
CMYK 0.650.220.00   0.13
XYZ30.864236.303373.7871
Yxy36.30330.21900.2576
Hunter Lab60.2522-14.0048-30.4322
CIE-Lab66.7510-13.0150-32.9982

#4dacdd color RGB value is (77,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11011101
Octal 115 254 335
Decimal 77 172 221
Hex 4D AC DD

RGB Percentages of Color #4dacdd

%16.38
%36.60
%47.02

CMYK Percentages of Color #4dacdd

%65
%22
%0
%13

Triadic Colors of #4dacdd

#4dacdd #dd4dac #acdd4d

Analogous Colors of #4dacdd

#4dacdd #4d64dd #4dddc6

Monochromatic Colors of #4dacdd

#4dacdd

Complementary Color

#4dacdd #dd7e4d

#4dacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacdd Color CSS Codes

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

#4dacdd Text Font Color

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

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


#4dacdd Background Color

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

This div background color is #4dacdd


#4dacdd Border Color

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

This div border color is #4dacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacdd


Comments

No comments written yet.

Please login to write comment.