Color Hex Logo

#3efedd Color Hex

#3EFEDD
(62,254,221)
0 Favorites   0 Comments

Color spaces of #3efedd

RGB 62254221
HSL0.470.990.62
HSV170°76°100°
CMYK 0.760.000.13   0.00
XYZ50.479677.128280.6333
Yxy77.12820.24240.3704
Hunter Lab87.8227-51.08967.0395
CIE-Lab90.3806-53.62332.4692

#3efedd color RGB value is (62,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111110 11011101
Octal 76 376 335
Decimal 62 254 221
Hex 3E FE DD

RGB Percentages of Color #3efedd

%11.55
%47.30
%41.15

CMYK Percentages of Color #3efedd

%76
%0
%13
%0

Triadic Colors of #3efedd

#3efedd #dd3efe #fedd3e

Analogous Colors of #3efedd

#3efedd #3ebffe #3efe7d

Monochromatic Colors of #3efedd

#3efedd

Complementary Color

#3efedd #fe3e5f

#3efedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efedd Color CSS Codes

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

#3efedd Text Font Color

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

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


#3efedd Background Color

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

This div background color is #3efedd


#3efedd Border Color

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

This div border color is #3efedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,254,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efedd

Related Colors


Comments

No comments written yet.

Please login to write comment.