Color Hex Logo

#3af75e Color Hex

#3AF75E
(58,247,94)
0 Favorites   0 Comments

Color spaces of #3af75e

RGB 5824794
HSL0.370.920.60
HSV131°77°97°
CMYK 0.770.000.62   0.03
XYZ37.026168.229221.8078
Yxy68.22920.29140.5370
Hunter Lab82.6010-64.538642.1673
CIE-Lab86.1209-75.008059.0540

#3af75e color RGB value is (58,247,94).

#3af75e hex color red value is 58, green value is 247 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3af75e hue: 0.37 , saturation: 0.92 and the lightness value of 3af75e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11110111 01011110
Octal 72 367 136
Decimal 58 247 94
Hex 3A F7 5E

RGB Percentages of Color #3af75e

%14.54
%61.90
%23.56

CMYK Percentages of Color #3af75e

%77
%0
%62
%3

Triadic Colors of #3af75e

#3af75e #5e3af7 #f75e3a

Analogous Colors of #3af75e

#3af75e #3af7bd #75f73a

Monochromatic Colors of #3af75e

#3af75e

Complementary Color

#3af75e #f73ad3

#3af75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3af75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3af75e Color CSS Codes

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

#3af75e Text Font Color

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

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


#3af75e Background Color

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

This div background color is #3af75e


#3af75e Border Color

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

This div border color is #3af75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3af75e


Comments

No comments written yet.

Please login to write comment.