Color Hex Logo

#4daccc Color Hex

#4DACCC
(77,172,204)
0 Favorites   0 Comments

Color spaces of #4daccc

RGB 77172204
HSL0.540.550.55
HSV195°62°80°
CMYK 0.620.160.00   0.20
XYZ28.712235.442562.4545
Yxy35.44250.22680.2799
Hunter Lab59.5336-18.0958-20.5254
CIE-Lab66.0917-18.3539-24.6371

#4daccc color RGB value is (77,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11001100
Octal 115 254 314
Decimal 77 172 204
Hex 4D AC CC

RGB Percentages of Color #4daccc

%17.00
%37.97
%45.03

CMYK Percentages of Color #4daccc

%62
%16
%0
%20

Triadic Colors of #4daccc

#4daccc #cc4dac #accc4d

Analogous Colors of #4daccc

#4daccc #4d6dcc #4dccad

Monochromatic Colors of #4daccc

#4daccc

Complementary Color

#4daccc #cc6d4d

#4daccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daccc Color CSS Codes

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

#4daccc Text Font Color

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

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


#4daccc Background Color

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

This div background color is #4daccc


#4daccc Border Color

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

This div border color is #4daccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daccc


Comments

No comments written yet.

Please login to write comment.