Color Hex Logo

#3eadab Color Hex

#3EADAB
(62,173,171)
0 Favorites   0 Comments

Color spaces of #3eadab

RGB 62173171
HSL0.500.470.46
HSV179°64°68°
CMYK 0.640.000.01   0.32
XYZ24.280933.851543.7823
Yxy33.85150.23820.3322
Hunter Lab58.1820-27.3258-3.8886
CIE-Lab64.8445-31.2101-8.2321

#3eadab color RGB value is (62,173,171).

#3eadab hex color red value is 62, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3eadab hue: 0.50 , saturation: 0.47 and the lightness value of 3eadab is 0.46.

The process color (four color CMYK) of #3eadab color hex is 0.64, 0.00, 0.01, 0.32. Web safe color of #3eadab is #339999. Color #3eadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 10101011
Octal 76 255 253
Decimal 62 173 171
Hex 3E AD AB

RGB Percentages of Color #3eadab

%15.27
%42.61
%42.12

CMYK Percentages of Color #3eadab

%64
%0
%1
%32

Triadic Colors of #3eadab

#3eadab #ab3ead #adab3e

Analogous Colors of #3eadab

#3eadab #3e78ad #3ead74

Monochromatic Colors of #3eadab

#3eadab

Complementary Color

#3eadab #ad3e40

#3eadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadab Color CSS Codes

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

#3eadab Text Font Color

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

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


#3eadab Background Color

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

This div background color is #3eadab


#3eadab Border Color

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

This div border color is #3eadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadab


Comments

No comments written yet.

Please login to write comment.