Color Hex Logo

#3eddaf Color Hex

#3EDDAF
(62,221,175)
0 Favorites   0 Comments

Color spaces of #3eddaf

RGB 62221175
HSL0.450.700.55
HSV163°72°87°
CMYK 0.720.000.21   0.13
XYZ35.580955.832249.4588
Yxy55.83220.25260.3963
Hunter Lab74.7209-45.762913.0598
CIE-Lab79.5182-51.362310.9451

#3eddaf color RGB value is (62,221,175).

#3eddaf hex color red value is 62, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3eddaf hue: 0.45 , saturation: 0.70 and the lightness value of 3eddaf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011101 10101111
Octal 76 335 257
Decimal 62 221 175
Hex 3E DD AF

RGB Percentages of Color #3eddaf

%13.54
%48.25
%38.21

CMYK Percentages of Color #3eddaf

%72
%0
%21
%13

Triadic Colors of #3eddaf

#3eddaf #af3edd #ddaf3e

Analogous Colors of #3eddaf

#3eddaf #3ebcdd #3edd60

Monochromatic Colors of #3eddaf

#3eddaf

Complementary Color

#3eddaf #dd3e6c

#3eddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eddaf Color CSS Codes

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

#3eddaf Text Font Color

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

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


#3eddaf Background Color

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

This div background color is #3eddaf


#3eddaf Border Color

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

This div border color is #3eddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eddaf


Comments

No comments written yet.

Please login to write comment.