Color Hex Logo

#3ab794 Color Hex

#3AB794
(58,183,148)
0 Favorites   0 Comments

Color spaces of #3ab794

RGB 58183148
HSL0.450.520.47
HSV163°68°72°
CMYK 0.680.000.19   0.28
XYZ24.023736.904633.8741
Yxy36.90460.25340.3893
Hunter Lab60.7492-35.72199.4639
CIE-Lab67.2054-42.51057.9389

#3ab794 color RGB value is (58,183,148).

#3ab794 hex color red value is 58, green value is 183 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #3ab794 hue: 0.45 , saturation: 0.52 and the lightness value of 3ab794 is 0.47.

The process color (four color CMYK) of #3ab794 color hex is 0.68, 0.00, 0.19, 0.28. Web safe color of #3ab794 is #33cc99. Color #3ab794 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110111 10010100
Octal 72 267 224
Decimal 58 183 148
Hex 3A B7 94

RGB Percentages of Color #3ab794

%14.91
%47.04
%38.05

CMYK Percentages of Color #3ab794

%68
%0
%19
%28

Triadic Colors of #3ab794

#3ab794 #943ab7 #b7943a

Analogous Colors of #3ab794

#3ab794 #3a9cb7 #3ab756

Monochromatic Colors of #3ab794

#3ab794

Complementary Color

#3ab794 #b73a5d

#3ab794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab794 Color CSS Codes

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

#3ab794 Text Font Color

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

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


#3ab794 Background Color

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

This div background color is #3ab794


#3ab794 Border Color

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

This div border color is #3ab794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab794


Comments

No comments written yet.

Please login to write comment.