Color Hex Logo

#4dacd3 Color Hex

#4DACD3
(77,172,211)
0 Favorites   0 Comments

Color spaces of #4dacd3

RGB 77172211
HSL0.550.600.56
HSV197°64°83°
CMYK 0.640.180.00   0.17
XYZ29.571035.786066.9768
Yxy35.78600.22350.2704
Hunter Lab59.8214-16.4511-24.5069
CIE-Lab66.3561-16.1812-28.0991

#4dacd3 color RGB value is (77,172,211).

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

The process color (four color CMYK) of #4dacd3 color hex is 0.64, 0.18, 0.00, 0.17. Web safe color of #4dacd3 is #6699cc. Color #4dacd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11010011
Octal 115 254 323
Decimal 77 172 211
Hex 4D AC D3

RGB Percentages of Color #4dacd3

%16.74
%37.39
%45.87

CMYK Percentages of Color #4dacd3

%64
%18
%0
%17

Triadic Colors of #4dacd3

#4dacd3 #d34dac #acd34d

Analogous Colors of #4dacd3

#4dacd3 #4d69d3 #4dd3b7

Monochromatic Colors of #4dacd3

#4dacd3

Complementary Color

#4dacd3 #d3744d

#4dacd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dacd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dacd3 Color CSS Codes

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

#4dacd3 Text Font Color

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

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


#4dacd3 Background Color

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

This div background color is #4dacd3


#4dacd3 Border Color

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

This div border color is #4dacd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dacd3

#4dacd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.