Color Hex Logo

#3abf70 Color Hex

#3ABF70
(58,191,112)
0 Favorites   0 Comments

Color spaces of #3abf70

RGB 58191112
HSL0.400.530.49
HSV144°70°75°
CMYK 0.700.000.41   0.25
XYZ23.300439.331021.6928
Yxy39.33100.27630.4664
Hunter Lab62.7144-43.431823.3918
CIE-Lab68.9904-53.409329.7246

#3abf70 color RGB value is (58,191,112).

#3abf70 hex color red value is 58, green value is 191 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #3abf70 hue: 0.40 , saturation: 0.53 and the lightness value of 3abf70 is 0.49.

The process color (four color CMYK) of #3abf70 color hex is 0.70, 0.00, 0.41, 0.25. Web safe color of #3abf70 is #33cc66. Color #3abf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 01110000
Octal 72 277 160
Decimal 58 191 112
Hex 3A BF 70

RGB Percentages of Color #3abf70

%16.07
%52.91
%31.02

CMYK Percentages of Color #3abf70

%70
%0
%41
%25

Triadic Colors of #3abf70

#3abf70 #703abf #bf703a

Analogous Colors of #3abf70

#3abf70 #3abfb3 #46bf3a

Monochromatic Colors of #3abf70

#3abf70

Complementary Color

#3abf70 #bf3a89

#3abf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abf70 Color CSS Codes

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

#3abf70 Text Font Color

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

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


#3abf70 Background Color

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

This div background color is #3abf70


#3abf70 Border Color

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

This div border color is #3abf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abf70


Comments

No comments written yet.

Please login to write comment.