Color Hex Logo

#3bffdc Color Hex

#3BFFDC
(59,255,220)
0 Favorites   0 Comments

Color spaces of #3bffdc

RGB 59255220
HSL0.471.000.62
HSV169°77°100°
CMYK 0.770.000.14   0.00
XYZ50.481977.617180.0311
Yxy77.61710.24250.3729
Hunter Lab88.1006-51.89497.8110
CIE-Lab90.6049-54.58403.3075

#3bffdc color RGB value is (59,255,220).

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

The process color (four color CMYK) of #3bffdc color hex is 0.77, 0.00, 0.14, 0.00. Web safe color of #3bffdc is #33ffcc. Color #3bffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11111111 11011100
Octal 73 377 334
Decimal 59 255 220
Hex 3B FF DC

RGB Percentages of Color #3bffdc

%11.05
%47.75
%41.20

CMYK Percentages of Color #3bffdc

%77
%0
%14
%0

Triadic Colors of #3bffdc

#3bffdc #dc3bff #ffdc3b

Analogous Colors of #3bffdc

#3bffdc #3bc0ff #3bff7a

Monochromatic Colors of #3bffdc

#3bffdc

Complementary Color

#3bffdc #ff3b5e

#3bffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bffdc Color CSS Codes

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

#3bffdc Text Font Color

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

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


#3bffdc Background Color

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

This div background color is #3bffdc


#3bffdc Border Color

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

This div border color is #3bffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.