Color Hex Logo

#3bdcbd Color Hex

#3BDCBD
(59,220,189)
0 Favorites   0 Comments

Color spaces of #3bdcbd

RGB 59220189
HSL0.470.700.55
HSV168°73°86°
CMYK 0.730.000.14   0.14
XYZ36.582155.790356.9846
Yxy55.79030.24490.3735
Hunter Lab74.6929-43.28927.0516
CIE-Lab79.4943-47.91063.4711

#3bdcbd color RGB value is (59,220,189).

#3bdcbd hex color red value is 59, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3bdcbd hue: 0.47 , saturation: 0.70 and the lightness value of 3bdcbd is 0.55.

The process color (four color CMYK) of #3bdcbd color hex is 0.73, 0.00, 0.14, 0.14. Web safe color of #3bdcbd is #33cccc. Color #3bdcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011100 10111101
Octal 73 334 275
Decimal 59 220 189
Hex 3B DC BD

RGB Percentages of Color #3bdcbd

%12.61
%47.01
%40.38

CMYK Percentages of Color #3bdcbd

%73
%0
%14
%14

Triadic Colors of #3bdcbd

#3bdcbd #bd3bdc #dcbd3b

Analogous Colors of #3bdcbd

#3bdcbd #3babdc #3bdc6d

Monochromatic Colors of #3bdcbd

#3bdcbd

Complementary Color

#3bdcbd #dc3b5a

#3bdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdcbd Color CSS Codes

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

#3bdcbd Text Font Color

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

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


#3bdcbd Background Color

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

This div background color is #3bdcbd


#3bdcbd Border Color

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

This div border color is #3bdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdcbd


Comments

No comments written yet.

Please login to write comment.