Color Hex Logo

#3acccc Color Hex

#3ACCCC
(58,204,204)
0 Favorites   0 Comments

Color spaces of #3acccc

RGB 58204204
HSL0.500.590.51
HSV180°72°80°
CMYK 0.720.000.00   0.20
XYZ34.236948.444964.6731
Yxy48.44490.23230.3288
Hunter Lab69.6024-34.0013-6.3694
CIE-Lab75.1047-36.9340-11.0424

#3acccc color RGB value is (58,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11001100
Octal 72 314 314
Decimal 58 204 204
Hex 3A CC CC

RGB Percentages of Color #3acccc

%12.45
%43.78
%43.78

CMYK Percentages of Color #3acccc

%72
%0
%0
%20

Triadic Colors of #3acccc

#3acccc #cc3acc #cccc3a

Analogous Colors of #3acccc

#3acccc #3a83cc #3acc83

Monochromatic Colors of #3acccc

#3acccc

Complementary Color

#3acccc #cc3a3a

#3acccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acccc Color CSS Codes

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

#3acccc Text Font Color

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

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


#3acccc Background Color

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

This div background color is #3acccc


#3acccc Border Color

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

This div border color is #3acccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acccc


Comments

No comments written yet.

Please login to write comment.