Color Hex Logo

#3ad064 Color Hex

#3AD064
(58,208,100)
0 Favorites   0 Comments

Color spaces of #3ad064

RGB 58208100
HSL0.380.610.52
HSV137°72°82°
CMYK 0.720.000.52   0.18
XYZ26.601046.931419.7132
Yxy46.93140.28530.5033
Hunter Lab68.5065-50.575030.8935
CIE-Lab74.1459-61.503042.2806

#3ad064 color RGB value is (58,208,100).

#3ad064 hex color red value is 58, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #3ad064 hue: 0.38 , saturation: 0.61 and the lightness value of 3ad064 is 0.52.

The process color (four color CMYK) of #3ad064 color hex is 0.72, 0.00, 0.52, 0.18. Web safe color of #3ad064 is #33cc66. Color #3ad064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010000 01100100
Octal 72 320 144
Decimal 58 208 100
Hex 3A D0 64

RGB Percentages of Color #3ad064

%15.85
%56.83
%27.32

CMYK Percentages of Color #3ad064

%72
%0
%52
%18

Triadic Colors of #3ad064

#3ad064 #643ad0 #d0643a

Analogous Colors of #3ad064

#3ad064 #3ad0af #5bd03a

Monochromatic Colors of #3ad064

#3ad064

Complementary Color

#3ad064 #d03aa6

#3ad064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad064 Color CSS Codes

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

#3ad064 Text Font Color

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

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


#3ad064 Background Color

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

This div background color is #3ad064


#3ad064 Border Color

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

This div border color is #3ad064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad064


Comments

No comments written yet.

Please login to write comment.