Color Hex Logo

#3abf64 Color Hex

#3ABF64
(58,191,100)
0 Favorites   0 Comments

Color spaces of #3abf64

RGB 58191100
HSL0.390.530.49
HSV139°70°75°
CMYK 0.700.000.48   0.25
XYZ22.676039.081218.4049
Yxy39.08120.28290.4875
Hunter Lab62.5150-44.654026.3050
CIE-Lab68.8100-55.452735.6414

#3abf64 color RGB value is (58,191,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 01100100
Octal 72 277 144
Decimal 58 191 100
Hex 3A BF 64

RGB Percentages of Color #3abf64

%16.62
%54.73
%28.65

CMYK Percentages of Color #3abf64

%70
%0
%48
%25

Triadic Colors of #3abf64

#3abf64 #643abf #bf643a

Analogous Colors of #3abf64

#3abf64 #3abfa7 #53bf3a

Monochromatic Colors of #3abf64

#3abf64

Complementary Color

#3abf64 #bf3a95

#3abf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abf64 Color CSS Codes

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

#3abf64 Text Font Color

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

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


#3abf64 Background Color

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

This div background color is #3abf64


#3abf64 Border Color

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

This div border color is #3abf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abf64


Comments

No comments written yet.

Please login to write comment.