Color Hex Logo

#3edeae Color Hex

#3EDEAE
(62,222,174)
0 Favorites   0 Comments

Color spaces of #3edeae

RGB 62222174
HSL0.450.710.56
HSV162°72°87°
CMYK 0.720.000.22   0.13
XYZ35.747956.322749.0317
Yxy56.32270.25330.3992
Hunter Lab75.0485-46.309713.7977
CIE-Lab79.7971-52.001611.8698

#3edeae color RGB value is (62,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 10101110
Octal 76 336 256
Decimal 62 222 174
Hex 3E DE AE

RGB Percentages of Color #3edeae

%13.54
%48.47
%37.99

CMYK Percentages of Color #3edeae

%72
%0
%22
%13

Triadic Colors of #3edeae

#3edeae #ae3ede #deae3e

Analogous Colors of #3edeae

#3edeae #3ebede #3ede5e

Monochromatic Colors of #3edeae

#3edeae

Complementary Color

#3edeae #de3e6e

#3edeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edeae Color CSS Codes

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

#3edeae Text Font Color

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

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


#3edeae Background Color

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

This div background color is #3edeae


#3edeae Border Color

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

This div border color is #3edeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edeae


Comments

No comments written yet.

Please login to write comment.