Color Hex Logo

#3bdcce Color Hex

#3BDCCE
(59,220,206)
0 Favorites   0 Comments

Color spaces of #3bdcce

RGB 59220206
HSL0.490.700.55
HSV175°73°86°
CMYK 0.730.000.06   0.14
XYZ38.537456.572467.2810
Yxy56.57240.23730.3484
Hunter Lab75.2146-40.1683-0.3859
CIE-Lab79.9385-43.4573-4.9383

#3bdcce color RGB value is (59,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011100 11001110
Octal 73 334 316
Decimal 59 220 206
Hex 3B DC CE

RGB Percentages of Color #3bdcce

%12.16
%45.36
%42.47

CMYK Percentages of Color #3bdcce

%73
%0
%6
%14

Triadic Colors of #3bdcce

#3bdcce #ce3bdc #dcce3b

Analogous Colors of #3bdcce

#3bdcce #3b9adc #3bdc7e

Monochromatic Colors of #3bdcce

#3bdcce

Complementary Color

#3bdcce #dc3b49

#3bdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdcce Color CSS Codes

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

#3bdcce Text Font Color

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

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


#3bdcce Background Color

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

This div background color is #3bdcce


#3bdcce Border Color

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

This div border color is #3bdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdcce


Comments

No comments written yet.

Please login to write comment.