Color Hex Logo

#3aedaa Color Hex

#3AEDAA
(58,237,170)
0 Favorites   0 Comments

Color spaces of #3aedaa

RGB 58237170
HSL0.440.830.58
HSV158°76°93°
CMYK 0.760.000.28   0.07
XYZ39.284864.370248.3844
Yxy64.37020.25840.4234
Hunter Lab80.2310-53.002520.4061
CIE-Lab84.1581-59.268420.0664

#3aedaa color RGB value is (58,237,170).

#3aedaa hex color red value is 58, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3aedaa hue: 0.44 , saturation: 0.83 and the lightness value of 3aedaa is 0.58.

The process color (four color CMYK) of #3aedaa color hex is 0.76, 0.00, 0.28, 0.07. Web safe color of #3aedaa is #33ff99. Color #3aedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101101 10101010
Octal 72 355 252
Decimal 58 237 170
Hex 3A ED AA

RGB Percentages of Color #3aedaa

%12.47
%50.97
%36.56

CMYK Percentages of Color #3aedaa

%76
%0
%28
%7

Triadic Colors of #3aedaa

#3aedaa #aa3aed #edaa3a

Analogous Colors of #3aedaa

#3aedaa #3ad7ed #3aed51

Monochromatic Colors of #3aedaa

#3aedaa

Complementary Color

#3aedaa #ed3a7d

#3aedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aedaa Color CSS Codes

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

#3aedaa Text Font Color

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

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


#3aedaa Background Color

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

This div background color is #3aedaa


#3aedaa Border Color

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

This div border color is #3aedaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,237,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aedaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aedaa;
  -webkit-box-shadow: 1px 1px 3px 2px #3aedaa;
  box-shadow:         1px 1px 3px 2px #3aedaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,237,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aedaa


Comments

No comments written yet.

Please login to write comment.