Color Hex Logo

#3edbab Color Hex

#3EDBAB
(62,219,171)
0 Favorites   0 Comments

Color spaces of #3edbab

RGB 62219171
HSL0.450.690.55
HSV162°72°86°
CMYK 0.720.000.22   0.14
XYZ34.668854.627447.2450
Yxy54.62740.25390.4001
Hunter Lab73.9104-45.614913.8379
CIE-Lab78.8262-51.485212.0808

#3edbab color RGB value is (62,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 10101011
Octal 76 333 253
Decimal 62 219 171
Hex 3E DB AB

RGB Percentages of Color #3edbab

%13.72
%48.45
%37.83

CMYK Percentages of Color #3edbab

%72
%0
%22
%14

Triadic Colors of #3edbab

#3edbab #ab3edb #dbab3e

Analogous Colors of #3edbab

#3edbab #3ebddb #3edb5d

Monochromatic Colors of #3edbab

#3edbab

Complementary Color

#3edbab #db3e6e

#3edbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbab Color CSS Codes

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

#3edbab Text Font Color

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

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


#3edbab Background Color

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

This div background color is #3edbab


#3edbab Border Color

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

This div border color is #3edbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbab


Comments

No comments written yet.

Please login to write comment.