Color Hex Logo

#3ade65 Color Hex

#3ADE65
(58,222,101)
0 Favorites   0 Comments

Color spaces of #3ade65

RGB 58222101
HSL0.380.710.55
HSV136°74°87°
CMYK 0.740.000.55   0.13
XYZ30.215254.081721.1582
Yxy54.08170.28650.5128
Hunter Lab73.5403-55.355934.4199
CIE-Lab78.5093-66.123447.1042

#3ade65 color RGB value is (58,222,101).

#3ade65 hex color red value is 58, green value is 222 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #3ade65 hue: 0.38 , saturation: 0.71 and the lightness value of 3ade65 is 0.55.

The process color (four color CMYK) of #3ade65 color hex is 0.74, 0.00, 0.55, 0.13. Web safe color of #3ade65 is #33cc66. Color #3ade65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011110 01100101
Octal 72 336 145
Decimal 58 222 101
Hex 3A DE 65

RGB Percentages of Color #3ade65

%15.22
%58.27
%26.51

CMYK Percentages of Color #3ade65

%74
%0
%55
%13

Triadic Colors of #3ade65

#3ade65 #653ade #de653a

Analogous Colors of #3ade65

#3ade65 #3adeb7 #61de3a

Monochromatic Colors of #3ade65

#3ade65

Complementary Color

#3ade65 #de3ab3

#3ade65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ade65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ade65 Color CSS Codes

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

#3ade65 Text Font Color

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

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


#3ade65 Background Color

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

This div background color is #3ade65


#3ade65 Border Color

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

This div border color is #3ade65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ade65


Comments

No comments written yet.

Please login to write comment.