Color Hex Logo

#3dc3ad Color Hex

#3DC3AD
(61,195,173)
0 Favorites   0 Comments

Color spaces of #3dc3ad

RGB 61195173
HSL0.470.530.50
HSV170°69°76°
CMYK 0.690.000.11   0.24
XYZ28.982443.039446.3151
Yxy43.03940.24490.3637
Hunter Lab65.6044-35.95094.0658
CIE-Lab71.5817-40.96840.5904

#3dc3ad color RGB value is (61,195,173).

#3dc3ad hex color red value is 61, green value is 195 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3dc3ad hue: 0.47 , saturation: 0.53 and the lightness value of 3dc3ad is 0.50.

The process color (four color CMYK) of #3dc3ad color hex is 0.69, 0.00, 0.11, 0.24. Web safe color of #3dc3ad is #33cc99. Color #3dc3ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000011 10101101
Octal 75 303 255
Decimal 61 195 173
Hex 3D C3 AD

RGB Percentages of Color #3dc3ad

%14.22
%45.45
%40.33

CMYK Percentages of Color #3dc3ad

%69
%0
%11
%24

Triadic Colors of #3dc3ad

#3dc3ad #ad3dc3 #c3ad3d

Analogous Colors of #3dc3ad

#3dc3ad #3d96c3 #3dc36a

Monochromatic Colors of #3dc3ad

#3dc3ad

Complementary Color

#3dc3ad #c33d53

#3dc3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc3ad Color CSS Codes

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

#3dc3ad Text Font Color

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

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


#3dc3ad Background Color

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

This div background color is #3dc3ad


#3dc3ad Border Color

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

This div border color is #3dc3ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,195,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dc3ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dc3ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3dc3ad;
  box-shadow:         1px 1px 3px 2px #3dc3ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc3ad


Comments

No comments written yet.

Please login to write comment.