Color Hex Logo

#3bdcdb Color Hex

#3BDCDB
(59,220,219)
0 Favorites   0 Comments

Color spaces of #3bdcdb

RGB 59220219
HSL0.500.700.55
HSV180°73°86°
CMYK 0.730.000.00   0.14
XYZ40.183057.230775.9466
Yxy57.23070.23180.3301
Hunter Lab75.6510-37.5766-6.5660
CIE-Lab80.3092-39.8608-11.3194

#3bdcdb color RGB value is (59,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011100 11011011
Octal 73 334 333
Decimal 59 220 219
Hex 3B DC DB

RGB Percentages of Color #3bdcdb

%11.85
%44.18
%43.98

CMYK Percentages of Color #3bdcdb

%73
%0
%0
%14

Triadic Colors of #3bdcdb

#3bdcdb #db3bdc #dcdb3b

Analogous Colors of #3bdcdb

#3bdcdb #3b8ddc #3bdc8b

Monochromatic Colors of #3bdcdb

#3bdcdb

Complementary Color

#3bdcdb #dc3b3c

#3bdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdcdb Color CSS Codes

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

#3bdcdb Text Font Color

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

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


#3bdcdb Background Color

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

This div background color is #3bdcdb


#3bdcdb Border Color

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

This div border color is #3bdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdcdb


Comments

No comments written yet.

Please login to write comment.