Color Hex Logo

#4cacc0 Color Hex

#4CACC0
(76,172,192)
0 Favorites   0 Comments

Color spaces of #4cacc0

RGB 76172192
HSL0.530.480.53
HSV190°60°75°
CMYK 0.600.100.00   0.25
XYZ27.247434.847355.1593
Yxy34.84730.23240.2972
Hunter Lab59.0316-20.9145-14.0786
CIE-Lab65.6296-22.1670-18.6940

#4cacc0 color RGB value is (76,172,192).

#4cacc0 hex color red value is 76, green value is 172 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #4cacc0 hue: 0.53 , saturation: 0.48 and the lightness value of 4cacc0 is 0.53.

The process color (four color CMYK) of #4cacc0 color hex is 0.60, 0.10, 0.00, 0.25. Web safe color of #4cacc0 is #3399cc. Color #4cacc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 11000000
Octal 114 254 300
Decimal 76 172 192
Hex 4C AC C0

RGB Percentages of Color #4cacc0

%17.27
%39.09
%43.64

CMYK Percentages of Color #4cacc0

%60
%10
%0
%25

Triadic Colors of #4cacc0

#4cacc0 #c04cac #acc04c

Analogous Colors of #4cacc0

#4cacc0 #4c72c0 #4cc09a

Monochromatic Colors of #4cacc0

#4cacc0

Complementary Color

#4cacc0 #c0604c

#4cacc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacc0 Color CSS Codes

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

#4cacc0 Text Font Color

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

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


#4cacc0 Background Color

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

This div background color is #4cacc0


#4cacc0 Border Color

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

This div border color is #4cacc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacc0


Comments

No comments written yet.

Please login to write comment.