Color Hex Logo

#3edaae Color Hex

#3EDAAE
(62,218,174)
0 Favorites   0 Comments

Color spaces of #3edaae

RGB 62218174
HSL0.450.680.55
HSV163°72°85°
CMYK 0.720.000.20   0.15
XYZ34.698054.222948.6817
Yxy54.22290.25220.3941
Hunter Lab73.6362-44.752612.3481
CIE-Lab78.5915-50.373610.1568

#3edaae color RGB value is (62,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10101110
Octal 76 332 256
Decimal 62 218 174
Hex 3E DA AE

RGB Percentages of Color #3edaae

%13.66
%48.02
%38.33

CMYK Percentages of Color #3edaae

%72
%0
%20
%15

Triadic Colors of #3edaae

#3edaae #ae3eda #daae3e

Analogous Colors of #3edaae

#3edaae #3eb8da #3eda60

Monochromatic Colors of #3edaae

#3edaae

Complementary Color

#3edaae #da3e6a

#3edaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaae Color CSS Codes

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

#3edaae Text Font Color

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

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


#3edaae Background Color

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

This div background color is #3edaae


#3edaae Border Color

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

This div border color is #3edaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaae


Comments

No comments written yet.

Please login to write comment.