Color Hex Logo

#3ffadb Color Hex

#3FFADB
(63,250,219)
0 Favorites   0 Comments

Color spaces of #3ffadb

RGB 63250219
HSL0.470.950.61
HSV170°75°98°
CMYK 0.750.000.12   0.02
XYZ49.021774.542478.8223
Yxy74.54240.24220.3683
Hunter Lab86.3379-49.74116.3077
CIE-Lab89.1782-52.37691.7610

#3ffadb color RGB value is (63,250,219).

#3ffadb hex color red value is 63, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3ffadb hue: 0.47 , saturation: 0.95 and the lightness value of 3ffadb is 0.61.

The process color (four color CMYK) of #3ffadb color hex is 0.75, 0.00, 0.12, 0.02. Web safe color of #3ffadb is #33ffcc. Color #3ffadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111010 11011011
Octal 77 372 333
Decimal 63 250 219
Hex 3F FA DB

RGB Percentages of Color #3ffadb

%11.84
%46.99
%41.17

CMYK Percentages of Color #3ffadb

%75
%0
%12
%2

Triadic Colors of #3ffadb

#3ffadb #db3ffa #fadb3f

Analogous Colors of #3ffadb

#3ffadb #3fbcfa #3ffa7e

Monochromatic Colors of #3ffadb

#3ffadb

Complementary Color

#3ffadb #fa3f5e

#3ffadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ffadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ffadb Color CSS Codes

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

#3ffadb Text Font Color

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

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


#3ffadb Background Color

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

This div background color is #3ffadb


#3ffadb Border Color

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

This div border color is #3ffadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ffadb


Comments

No comments written yet.

Please login to write comment.