Color Hex Logo

#3ffddb Color Hex

#3FFDDB
(63,253,219)
0 Favorites   0 Comments

Color spaces of #3ffddb

RGB 63253219
HSL0.470.980.62
HSV169°75°99°
CMYK 0.750.000.13   0.01
XYZ49.961476.421879.1355
Yxy76.42180.24310.3718
Hunter Lab87.4196-50.96927.5221
CIE-Lab90.0548-53.60943.0349

#3ffddb color RGB value is (63,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111101 11011011
Octal 77 375 333
Decimal 63 253 219
Hex 3F FD DB

RGB Percentages of Color #3ffddb

%11.78
%47.29
%40.93

CMYK Percentages of Color #3ffddb

%75
%0
%13
%1

Triadic Colors of #3ffddb

#3ffddb #db3ffd #fddb3f

Analogous Colors of #3ffddb

#3ffddb #3fc0fd #3ffd7c

Monochromatic Colors of #3ffddb

#3ffddb

Complementary Color

#3ffddb #fd3f61

#3ffddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ffddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ffddb Color CSS Codes

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

#3ffddb Text Font Color

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

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


#3ffddb Background Color

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

This div background color is #3ffddb


#3ffddb Border Color

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

This div border color is #3ffddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ffddb

Related Colors


Comments

No comments written yet.

Please login to write comment.