Color Hex Logo

#3edaab Color Hex

#3EDAAB
(62,218,171)
0 Favorites   0 Comments

Color spaces of #3edaab

RGB 62218171
HSL0.450.680.55
HSV162°72°85°
CMYK 0.720.000.22   0.15
XYZ34.408754.107247.1583
Yxy54.10720.25360.3988
Hunter Lab73.5576-45.227213.4791
CIE-Lab78.5242-51.079311.6529

#3edaab color RGB value is (62,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10101011
Octal 76 332 253
Decimal 62 218 171
Hex 3E DA AB

RGB Percentages of Color #3edaab

%13.75
%48.34
%37.92

CMYK Percentages of Color #3edaab

%72
%0
%22
%15

Triadic Colors of #3edaab

#3edaab #ab3eda #daab3e

Analogous Colors of #3edaab

#3edaab #3ebbda #3eda5d

Monochromatic Colors of #3edaab

#3edaab

Complementary Color

#3edaab #da3e6d

#3edaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaab Color CSS Codes

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

#3edaab Text Font Color

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

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


#3edaab Background Color

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

This div background color is #3edaab


#3edaab Border Color

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

This div border color is #3edaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaab


Comments

No comments written yet.

Please login to write comment.