Color Hex Logo

#3ab668 Color Hex

#3AB668
(58,182,104)
0 Favorites   0 Comments

Color spaces of #3ab668

RGB 58182104
HSL0.400.520.47
HSV142°68°71°
CMYK 0.680.000.43   0.29
XYZ20.971635.354918.8156
Yxy35.35490.27910.4705
Hunter Lab59.4600-41.097822.8602
CIE-Lab66.0240-51.416930.0214

#3ab668 color RGB value is (58,182,104).

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

The process color (four color CMYK) of #3ab668 color hex is 0.68, 0.00, 0.43, 0.29. Web safe color of #3ab668 is #33cc66. Color #3ab668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110110 01101000
Octal 72 266 150
Decimal 58 182 104
Hex 3A B6 68

RGB Percentages of Color #3ab668

%16.86
%52.91
%30.23

CMYK Percentages of Color #3ab668

%68
%0
%43
%29

Triadic Colors of #3ab668

#3ab668 #683ab6 #b6683a

Analogous Colors of #3ab668

#3ab668 #3ab6a6 #4ab63a

Monochromatic Colors of #3ab668

#3ab668

Complementary Color

#3ab668 #b63a88

#3ab668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab668 Color CSS Codes

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

#3ab668 Text Font Color

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

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


#3ab668 Background Color

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

This div background color is #3ab668


#3ab668 Border Color

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

This div border color is #3ab668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab668

#3ab668 Color Palettes


Comments

No comments written yet.

Please login to write comment.