Color Hex Logo

#3ad2cc Color Hex

#3AD2CC
(58,210,204)
0 Favorites   0 Comments

Color spaces of #3ad2cc

RGB 58210204
HSL0.490.630.53
HSV178°72°82°
CMYK 0.720.000.03   0.18
XYZ35.690651.352465.1576
Yxy51.35240.23450.3374
Hunter Lab71.6606-36.5040-3.7472
CIE-Lab76.8920-39.6724-8.3796

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

#3ad2cc hex color red value is 58, green value is 210 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ad2cc hue: 0.49 , saturation: 0.63 and the lightness value of 3ad2cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010010 11001100
Octal 72 322 314
Decimal 58 210 204
Hex 3A D2 CC

RGB Percentages of Color #3ad2cc

%12.29
%44.49
%43.22

CMYK Percentages of Color #3ad2cc

%72
%0
%3
%18

Triadic Colors of #3ad2cc

#3ad2cc #cc3ad2 #d2cc3a

Analogous Colors of #3ad2cc

#3ad2cc #3a8cd2 #3ad280

Monochromatic Colors of #3ad2cc

#3ad2cc

Complementary Color

#3ad2cc #d23a40

#3ad2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad2cc Color CSS Codes

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

#3ad2cc Text Font Color

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

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


#3ad2cc Background Color

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

This div background color is #3ad2cc


#3ad2cc Border Color

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

This div border color is #3ad2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad2cc


Comments

No comments written yet.

Please login to write comment.