Color Hex Logo

#3ac668 Color Hex

#3AC668
(58,198,104)
0 Favorites   0 Comments

Color spaces of #3ac668

RGB 58198104
HSL0.390.550.50
HSV140°71°78°
CMYK 0.710.000.47   0.22
XYZ24.437742.287219.9709
Yxy42.28720.28190.4878
Hunter Lab65.0286-46.719927.3115
CIE-Lab71.0685-57.356036.4838

#3ac668 color RGB value is (58,198,104).

#3ac668 hex color red value is 58, green value is 198 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #3ac668 hue: 0.39 , saturation: 0.55 and the lightness value of 3ac668 is 0.50.

The process color (four color CMYK) of #3ac668 color hex is 0.71, 0.00, 0.47, 0.22. Web safe color of #3ac668 is #33cc66. Color #3ac668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000110 01101000
Octal 72 306 150
Decimal 58 198 104
Hex 3A C6 68

RGB Percentages of Color #3ac668

%16.11
%55.00
%28.89

CMYK Percentages of Color #3ac668

%71
%0
%47
%22

Triadic Colors of #3ac668

#3ac668 #683ac6 #c6683a

Analogous Colors of #3ac668

#3ac668 #3ac6ae #52c63a

Monochromatic Colors of #3ac668

#3ac668

Complementary Color

#3ac668 #c63a98

#3ac668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac668 Color CSS Codes

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

#3ac668 Text Font Color

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

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


#3ac668 Background Color

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

This div background color is #3ac668


#3ac668 Border Color

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

This div border color is #3ac668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac668


Comments

No comments written yet.

Please login to write comment.