Color Hex Logo

#3edcae Color Hex

#3EDCAE
(62,220,174)
0 Favorites   0 Comments

Color spaces of #3edcae

RGB 62220174
HSL0.450.690.55
HSV163°72°86°
CMYK 0.720.000.21   0.14
XYZ35.219855.266548.8556
Yxy55.26650.25280.3966
Hunter Lab74.3414-45.531813.0749
CIE-Lab79.1945-51.190311.0145

#3edcae color RGB value is (62,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011100 10101110
Octal 76 334 256
Decimal 62 220 174
Hex 3E DC AE

RGB Percentages of Color #3edcae

%13.60
%48.25
%38.16

CMYK Percentages of Color #3edcae

%72
%0
%21
%14

Triadic Colors of #3edcae

#3edcae #ae3edc #dcae3e

Analogous Colors of #3edcae

#3edcae #3ebbdc #3edc5f

Monochromatic Colors of #3edcae

#3edcae

Complementary Color

#3edcae #dc3e6c

#3edcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edcae Color CSS Codes

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

#3edcae Text Font Color

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

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


#3edcae Background Color

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

This div background color is #3edcae


#3edcae Border Color

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

This div border color is #3edcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,220,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 #3edcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edcae


Comments

No comments written yet.

Please login to write comment.