Color Hex Logo

#4acccc Color Hex

#4ACCCC
(74,204,204)
0 Favorites   0 Comments

Color spaces of #4acccc

RGB 74204204
HSL0.500.560.55
HSV180°64°80°
CMYK 0.640.000.00   0.20
XYZ35.316049.001264.7236
Yxy49.00120.23700.3288
Hunter Lab70.0009-32.4468-5.8196
CIE-Lab75.4521-34.7323-10.4872

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11001100
Octal 112 314 314
Decimal 74 204 204
Hex 4A CC CC

RGB Percentages of Color #4acccc

%15.35
%42.32
%42.32

CMYK Percentages of Color #4acccc

%64
%0
%0
%20

Triadic Colors of #4acccc

#4acccc #cc4acc #cccc4a

Analogous Colors of #4acccc

#4acccc #4a8bcc #4acc8b

Monochromatic Colors of #4acccc

#4acccc

Complementary Color

#4acccc #cc4a4a

#4acccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acccc Color CSS Codes

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

#4acccc Text Font Color

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

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


#4acccc Background Color

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

This div background color is #4acccc


#4acccc Border Color

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

This div border color is #4acccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acccc


Comments

No comments written yet.

Please login to write comment.