Color Hex Logo

#4caacc Color Hex

#4CAACC
(76,170,204)
0 Favorites   0 Comments

Color spaces of #4caacc

RGB 76170204
HSL0.540.560.55
HSV196°63°80°
CMYK 0.630.170.00   0.20
XYZ28.254334.645662.3248
Yxy34.64560.22560.2767
Hunter Lab58.8605-17.3221-21.5772
CIE-Lab65.4718-17.4748-25.5908

#4caacc color RGB value is (76,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11001100
Octal 114 252 314
Decimal 76 170 204
Hex 4C AA CC

RGB Percentages of Color #4caacc

%16.89
%37.78
%45.33

CMYK Percentages of Color #4caacc

%63
%17
%0
%20

Triadic Colors of #4caacc

#4caacc #cc4caa #aacc4c

Analogous Colors of #4caacc

#4caacc #4c6acc #4cccae

Monochromatic Colors of #4caacc

#4caacc

Complementary Color

#4caacc #cc6e4c

#4caacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caacc Color CSS Codes

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

#4caacc Text Font Color

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

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


#4caacc Background Color

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

This div background color is #4caacc


#4caacc Border Color

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

This div border color is #4caacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,170,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 #4caacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caacc


Comments

No comments written yet.

Please login to write comment.