Color Hex Logo

#3edec7 Color Hex

#3EDEC7
(62,222,199)
0 Favorites   0 Comments

Color spaces of #3edec7

RGB 62222199
HSL0.480.710.56
HSV171°72°87°
CMYK 0.720.000.10   0.13
XYZ38.416757.390263.0855
Yxy57.39020.24180.3612
Hunter Lab75.7563-42.05463.6561
CIE-Lab80.3986-45.8271-0.5279

#3edec7 color RGB value is (62,222,199).

#3edec7 hex color red value is 62, green value is 222 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #3edec7 hue: 0.48 , saturation: 0.71 and the lightness value of 3edec7 is 0.56.

The process color (four color CMYK) of #3edec7 color hex is 0.72, 0.00, 0.10, 0.13. Web safe color of #3edec7 is #33cccc. Color #3edec7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 11000111
Octal 76 336 307
Decimal 62 222 199
Hex 3E DE C7

RGB Percentages of Color #3edec7

%12.84
%45.96
%41.20

CMYK Percentages of Color #3edec7

%72
%0
%10
%13

Triadic Colors of #3edec7

#3edec7 #c73ede #dec73e

Analogous Colors of #3edec7

#3edec7 #3ea5de #3ede77

Monochromatic Colors of #3edec7

#3edec7

Complementary Color

#3edec7 #de3e55

#3edec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edec7 Color CSS Codes

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

#3edec7 Text Font Color

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

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


#3edec7 Background Color

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

This div background color is #3edec7


#3edec7 Border Color

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

This div border color is #3edec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edec7


Comments

No comments written yet.

Please login to write comment.