Color Hex Logo

#3efedb Color Hex

#3EFEDB
(62,254,219)
0 Favorites   0 Comments

Color spaces of #3efedb

RGB 62254219
HSL0.470.990.62
HSV169°76°100°
CMYK 0.760.000.14   0.00
XYZ50.214677.022279.2380
Yxy77.02220.24320.3730
Hunter Lab87.7623-51.45247.9024
CIE-Lab90.3318-54.12293.4349

#3efedb color RGB value is (62,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111110 11011011
Octal 76 376 333
Decimal 62 254 219
Hex 3E FE DB

RGB Percentages of Color #3efedb

%11.59
%47.48
%40.93

CMYK Percentages of Color #3efedb

%76
%0
%14
%0

Triadic Colors of #3efedb

#3efedb #db3efe #fedb3e

Analogous Colors of #3efedb

#3efedb #3ec1fe #3efe7b

Monochromatic Colors of #3efedb

#3efedb

Complementary Color

#3efedb #fe3e61

#3efedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efedb Color CSS Codes

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

#3efedb Text Font Color

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

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


#3efedb Background Color

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

This div background color is #3efedb


#3efedb Border Color

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

This div border color is #3efedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efedb


Comments

No comments written yet.

Please login to write comment.