Color Hex Logo

#3eadac Color Hex

#3EADAC
(62,173,172)
0 Favorites   0 Comments

Color spaces of #3eadac

RGB 62173172
HSL0.500.470.46
HSV179°64°68°
CMYK 0.640.000.01   0.32
XYZ24.376633.889844.2863
Yxy33.88980.23770.3305
Hunter Lab58.2149-27.1321-4.3537
CIE-Lab64.8750-30.9252-8.7438

#3eadac color RGB value is (62,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 10101100
Octal 76 255 254
Decimal 62 173 172
Hex 3E AD AC

RGB Percentages of Color #3eadac

%15.23
%42.51
%42.26

CMYK Percentages of Color #3eadac

%64
%0
%1
%32

Triadic Colors of #3eadac

#3eadac #ac3ead #adac3e

Analogous Colors of #3eadac

#3eadac #3e77ad #3ead75

Monochromatic Colors of #3eadac

#3eadac

Complementary Color

#3eadac #ad3e3f

#3eadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadac Color CSS Codes

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

#3eadac Text Font Color

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

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


#3eadac Background Color

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

This div background color is #3eadac


#3eadac Border Color

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

This div border color is #3eadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadac


Comments

No comments written yet.

Please login to write comment.