Color Hex Logo

#3adbaa Color Hex

#3ADBAA
(58,219,170)
0 Favorites   0 Comments

Color spaces of #3adbaa

RGB 58219170
HSL0.450.690.54
HSV162°74°86°
CMYK 0.740.000.22   0.14
XYZ34.332154.464946.7335
Yxy54.46490.25330.4019
Hunter Lab73.8003-46.112014.1153
CIE-Lab78.7320-52.239812.4669

#3adbaa color RGB value is (58,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 10101010
Octal 72 333 252
Decimal 58 219 170
Hex 3A DB AA

RGB Percentages of Color #3adbaa

%12.98
%48.99
%38.03

CMYK Percentages of Color #3adbaa

%74
%0
%22
%14

Triadic Colors of #3adbaa

#3adbaa #aa3adb #dbaa3a

Analogous Colors of #3adbaa

#3adbaa #3abcdb #3adb5a

Monochromatic Colors of #3adbaa

#3adbaa

Complementary Color

#3adbaa #db3a6b

#3adbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbaa Color CSS Codes

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

#3adbaa Text Font Color

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

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


#3adbaa Background Color

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

This div background color is #3adbaa


#3adbaa Border Color

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

This div border color is #3adbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbaa


Comments

No comments written yet.

Please login to write comment.