Color Hex Logo

#3edaad Color Hex

#3EDAAD
(62,218,173)
0 Favorites   0 Comments

Color spaces of #3edaad

RGB 62218173
HSL0.450.680.55
HSV163°72°85°
CMYK 0.720.000.21   0.15
XYZ34.600854.184148.1701
Yxy54.18410.25260.3956
Hunter Lab73.6098-44.912112.7277
CIE-Lab78.5690-50.610310.6555

#3edaad color RGB value is (62,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10101101
Octal 76 332 255
Decimal 62 218 173
Hex 3E DA AD

RGB Percentages of Color #3edaad

%13.69
%48.12
%38.19

CMYK Percentages of Color #3edaad

%72
%0
%21
%15

Triadic Colors of #3edaad

#3edaad #ad3eda #daad3e

Analogous Colors of #3edaad

#3edaad #3eb9da #3eda5f

Monochromatic Colors of #3edaad

#3edaad

Complementary Color

#3edaad #da3e6b

#3edaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaad Color CSS Codes

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

#3edaad Text Font Color

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

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


#3edaad Background Color

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

This div background color is #3edaad


#3edaad Border Color

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

This div border color is #3edaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaad


Comments

No comments written yet.

Please login to write comment.