Color Hex Logo

#3acdcd Color Hex

#3ACDCD
(58,205,205)
0 Favorites   0 Comments

Color spaces of #3acdcd

RGB 58205205
HSL0.500.600.52
HSV180°72°80°
CMYK 0.720.000.00   0.20
XYZ34.595748.970065.3864
Yxy48.97000.23230.3288
Hunter Lab69.9786-34.2164-6.4142
CIE-Lab75.4327-37.1093-11.0927

#3acdcd color RGB value is (58,205,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001101 11001101
Octal 72 315 315
Decimal 58 205 205
Hex 3A CD CD

RGB Percentages of Color #3acdcd

%12.39
%43.80
%43.80

CMYK Percentages of Color #3acdcd

%72
%0
%0
%20

Triadic Colors of #3acdcd

#3acdcd #cd3acd #cdcd3a

Analogous Colors of #3acdcd

#3acdcd #3a84cd #3acd84

Monochromatic Colors of #3acdcd

#3acdcd

Complementary Color

#3acdcd #cd3a3a

#3acdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acdcd Color CSS Codes

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

#3acdcd Text Font Color

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

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


#3acdcd Background Color

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

This div background color is #3acdcd


#3acdcd Border Color

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

This div border color is #3acdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acdcd


Comments

No comments written yet.

Please login to write comment.