Color Hex Logo

#4acacc Color Hex

#4ACACC
(74,202,204)
0 Favorites   0 Comments

Color spaces of #4acacc

RGB 74202204
HSL0.500.560.55
HSV181°64°80°
CMYK 0.640.010.00   0.20
XYZ34.843748.056564.5661
Yxy48.05650.23630.3259
Hunter Lab69.3228-31.5955-6.6958
CIE-Lab74.8606-33.7923-11.3705

#4acacc color RGB value is (74,202,204).

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

The process color (four color CMYK) of #4acacc color hex is 0.64, 0.01, 0.00, 0.20. Web safe color of #4acacc is #33cccc. Color #4acacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 11001100
Octal 112 312 314
Decimal 74 202 204
Hex 4A CA CC

RGB Percentages of Color #4acacc

%15.42
%42.08
%42.50

CMYK Percentages of Color #4acacc

%64
%1
%0
%20

Triadic Colors of #4acacc

#4acacc #cc4aca #cacc4a

Analogous Colors of #4acacc

#4acacc #4a89cc #4acc8d

Monochromatic Colors of #4acacc

#4acacc

Complementary Color

#4acacc #cc4c4a

#4acacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acacc Color CSS Codes

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

#4acacc Text Font Color

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

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


#4acacc Background Color

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

This div background color is #4acacc


#4acacc Border Color

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

This div border color is #4acacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acacc


Comments

No comments written yet.

Please login to write comment.