Color Hex Logo

#3edfae Color Hex

#3EDFAE
(62,223,174)
0 Favorites   0 Comments

Color spaces of #3edfae

RGB 62223174
HSL0.450.720.56
HSV162°72°87°
CMYK 0.720.000.22   0.13
XYZ36.014356.855549.1205
Yxy56.85550.25360.4004
Hunter Lab75.4026-46.698114.1577
CIE-Lab80.0983-52.405212.2965

#3edfae color RGB value is (62,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 10101110
Octal 76 337 256
Decimal 62 223 174
Hex 3E DF AE

RGB Percentages of Color #3edfae

%13.51
%48.58
%37.91

CMYK Percentages of Color #3edfae

%72
%0
%22
%13

Triadic Colors of #3edfae

#3edfae #ae3edf #dfae3e

Analogous Colors of #3edfae

#3edfae #3ec0df #3edf5e

Monochromatic Colors of #3edfae

#3edfae

Complementary Color

#3edfae #df3e6f

#3edfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edfae Color CSS Codes

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

#3edfae Text Font Color

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

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


#3edfae Background Color

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

This div background color is #3edfae


#3edfae Border Color

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

This div border color is #3edfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edfae


Comments

No comments written yet.

Please login to write comment.