Color Hex Logo

#3abcaa Color Hex

#3ABCAA
(58,188,170)
0 Favorites   0 Comments

Color spaces of #3abcaa

RGB 58188170
HSL0.480.530.48
HSV172°69°74°
CMYK 0.690.000.10   0.26
XYZ26.983839.768344.2841
Yxy39.76830.24300.3582
Hunter Lab63.0621-33.97992.5083
CIE-Lab69.3042-39.0723-1.1048

#3abcaa color RGB value is (58,188,170).

#3abcaa hex color red value is 58, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3abcaa hue: 0.48 , saturation: 0.53 and the lightness value of 3abcaa is 0.48.

The process color (four color CMYK) of #3abcaa color hex is 0.69, 0.00, 0.10, 0.26. Web safe color of #3abcaa is #33cc99. Color #3abcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 10101010
Octal 72 274 252
Decimal 58 188 170
Hex 3A BC AA

RGB Percentages of Color #3abcaa

%13.94
%45.19
%40.87

CMYK Percentages of Color #3abcaa

%69
%0
%10
%26

Triadic Colors of #3abcaa

#3abcaa #aa3abc #bcaa3a

Analogous Colors of #3abcaa

#3abcaa #3a8dbc #3abc69

Monochromatic Colors of #3abcaa

#3abcaa

Complementary Color

#3abcaa #bc3a4c

#3abcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcaa Color CSS Codes

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

#3abcaa Text Font Color

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

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


#3abcaa Background Color

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

This div background color is #3abcaa


#3abcaa Border Color

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

This div border color is #3abcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcaa


Comments

No comments written yet.

Please login to write comment.