Color Hex Logo

#3effdb Color Hex

#3EFFDB
(62,255,219)
0 Favorites   0 Comments

Color spaces of #3effdb

RGB 62255219
HSL0.471.000.62
HSV169°76°100°
CMYK 0.760.000.14   0.00
XYZ50.532877.658679.3441
Yxy77.65860.24350.3742
Hunter Lab88.1241-51.86048.3041
CIE-Lab90.6239-54.52983.8582

#3effdb color RGB value is (62,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111111 11011011
Octal 76 377 333
Decimal 62 255 219
Hex 3E FF DB

RGB Percentages of Color #3effdb

%11.57
%47.57
%40.86

CMYK Percentages of Color #3effdb

%76
%0
%14
%0

Triadic Colors of #3effdb

#3effdb #db3eff #ffdb3e

Analogous Colors of #3effdb

#3effdb #3ec3ff #3eff7b

Monochromatic Colors of #3effdb

#3effdb

Complementary Color

#3effdb #ff3e62

#3effdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3effdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3effdb Color CSS Codes

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

#3effdb Text Font Color

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

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


#3effdb Background Color

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

This div background color is #3effdb


#3effdb Border Color

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

This div border color is #3effdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3effdb


Comments

No comments written yet.

Please login to write comment.