Color Hex Logo

#3dc9bd Color Hex

#3DC9BD
(61,201,189)
0 Favorites   0 Comments

Color spaces of #3dc9bd

RGB 61201189
HSL0.490.560.51
HSV175°70°79°
CMYK 0.700.000.06   0.21
XYZ31.996446.439555.4214
Yxy46.43950.23900.3469
Hunter Lab68.1465-35.4465-0.5161
CIE-Lab73.8298-39.3751-4.8079

#3dc9bd color RGB value is (61,201,189).

#3dc9bd hex color red value is 61, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3dc9bd hue: 0.49 , saturation: 0.56 and the lightness value of 3dc9bd is 0.51.

The process color (four color CMYK) of #3dc9bd color hex is 0.70, 0.00, 0.06, 0.21. Web safe color of #3dc9bd is #33cccc. Color #3dc9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001001 10111101
Octal 75 311 275
Decimal 61 201 189
Hex 3D C9 BD

RGB Percentages of Color #3dc9bd

%13.53
%44.57
%41.91

CMYK Percentages of Color #3dc9bd

%70
%0
%6
%21

Triadic Colors of #3dc9bd

#3dc9bd #bd3dc9 #c9bd3d

Analogous Colors of #3dc9bd

#3dc9bd #3d8fc9 #3dc977

Monochromatic Colors of #3dc9bd

#3dc9bd

Complementary Color

#3dc9bd #c93d49

#3dc9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc9bd Color CSS Codes

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

#3dc9bd Text Font Color

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

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


#3dc9bd Background Color

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

This div background color is #3dc9bd


#3dc9bd Border Color

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

This div border color is #3dc9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc9bd


Comments

No comments written yet.

Please login to write comment.