Color Hex Logo

#4caccd Color Hex

#4CACCD
(76,172,205)
0 Favorites   0 Comments

Color spaces of #4caccd

RGB 76172205
HSL0.540.560.55
HSV195°63°80°
CMYK 0.630.160.00   0.20
XYZ28.752535.449363.0846
Yxy35.44930.22590.2785
Hunter Lab59.5393-17.9933-21.1429
CIE-Lab66.0970-18.2196-25.1850

#4caccd color RGB value is (76,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 11001101
Octal 114 254 315
Decimal 76 172 205
Hex 4C AC CD

RGB Percentages of Color #4caccd

%16.78
%37.97
%45.25

CMYK Percentages of Color #4caccd

%63
%16
%0
%20

Triadic Colors of #4caccd

#4caccd #cd4cac #accd4c

Analogous Colors of #4caccd

#4caccd #4c6ccd #4ccdae

Monochromatic Colors of #4caccd

#4caccd

Complementary Color

#4caccd #cd6d4c

#4caccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caccd Color CSS Codes

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

#4caccd Text Font Color

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

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


#4caccd Background Color

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

This div background color is #4caccd


#4caccd Border Color

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

This div border color is #4caccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caccd


Comments

No comments written yet.

Please login to write comment.