Color Hex Logo

#3aee53 Color Hex

#3AEE53
(58,238,83)
0 Favorites   0 Comments

Color spaces of #3aee53

RGB 5823883
HSL0.360.840.58
HSV128°76°93°
CMYK 0.760.000.65   0.07
XYZ33.880862.673118.4950
Yxy62.67310.29450.5448
Hunter Lab79.1663-62.148541.5650
CIE-Lab83.2701-73.367560.3923

#3aee53 color RGB value is (58,238,83).

#3aee53 hex color red value is 58, green value is 238 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #3aee53 hue: 0.36 , saturation: 0.84 and the lightness value of 3aee53 is 0.58.

The process color (four color CMYK) of #3aee53 color hex is 0.76, 0.00, 0.65, 0.07. Web safe color of #3aee53 is #33ff66. Color #3aee53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101110 01010011
Octal 72 356 123
Decimal 58 238 83
Hex 3A EE 53

RGB Percentages of Color #3aee53

%15.30
%62.80
%21.90

CMYK Percentages of Color #3aee53

%76
%0
%65
%7

Triadic Colors of #3aee53

#3aee53 #533aee #ee533a

Analogous Colors of #3aee53

#3aee53 #3aeead #7bee3a

Monochromatic Colors of #3aee53

#3aee53

Complementary Color

#3aee53 #ee3ad5

#3aee53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aee53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aee53 Color CSS Codes

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

#3aee53 Text Font Color

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

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


#3aee53 Background Color

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

This div background color is #3aee53


#3aee53 Border Color

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

This div border color is #3aee53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aee53


Comments

No comments written yet.

Please login to write comment.