Color Hex Logo

#3afa7e Color Hex

#3AFA7E
(58,250,126)
0 Favorites   0 Comments

Color spaces of #3afa7e

RGB 58250126
HSL0.390.950.60
HSV141°77°98°
CMYK 0.770.000.50   0.02
XYZ39.696470.777131.3078
Yxy70.77710.28000.4992
Hunter Lab84.1291-63.000636.8262
CIE-Lab87.3766-71.844846.2294

#3afa7e color RGB value is (58,250,126).

#3afa7e hex color red value is 58, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3afa7e hue: 0.39 , saturation: 0.95 and the lightness value of 3afa7e is 0.60.

The process color (four color CMYK) of #3afa7e color hex is 0.77, 0.00, 0.50, 0.02. Web safe color of #3afa7e is #33ff66. Color #3afa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 01111110
Octal 72 372 176
Decimal 58 250 126
Hex 3A FA 7E

RGB Percentages of Color #3afa7e

%13.36
%57.60
%29.03

CMYK Percentages of Color #3afa7e

%77
%0
%50
%2

Triadic Colors of #3afa7e

#3afa7e #7e3afa #fa7e3a

Analogous Colors of #3afa7e

#3afa7e #3afade #56fa3a

Monochromatic Colors of #3afa7e

#3afa7e

Complementary Color

#3afa7e #fa3ab6

#3afa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afa7e Color CSS Codes

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

#3afa7e Text Font Color

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

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


#3afa7e Background Color

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

This div background color is #3afa7e


#3afa7e Border Color

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

This div border color is #3afa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afa7e


Comments

No comments written yet.

Please login to write comment.