Color Hex Logo

#3ae609 Color Hex

#3AE609
(58,230,9)
0 Favorites   0 Comments

Color spaces of #3ae609

RGB 582309
HSL0.300.920.47
HSV107°96°90°
CMYK 0.750.000.96   0.10
XYZ30.091057.51299.7736
Yxy57.51290.30900.5906
Hunter Lab75.8373-61.889345.4450
CIE-Lab80.4672-75.030676.7736

#3ae609 color RGB value is (58,230,9).

#3ae609 hex color red value is 58, green value is 230 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #3ae609 hue: 0.30 , saturation: 0.92 and the lightness value of 3ae609 is 0.47.

The process color (four color CMYK) of #3ae609 color hex is 0.75, 0.00, 0.96, 0.10. Web safe color of #3ae609 is #33ff00. Color #3ae609 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100110 00001001
Octal 72 346 11
Decimal 58 230 9
Hex 3A E6 9

RGB Percentages of Color #3ae609

%19.53
%77.44
%3.03

CMYK Percentages of Color #3ae609

%75
%0
%96
%10

Triadic Colors of #3ae609

#3ae609 #093ae6 #e6093a

Analogous Colors of #3ae609

#3ae609 #09e647 #a9e609

Monochromatic Colors of #3ae609

#3ae609

Complementary Color

#3ae609 #b509e6

#3ae609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae609 Color CSS Codes

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

#3ae609 Text Font Color

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

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


#3ae609 Background Color

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

This div background color is #3ae609


#3ae609 Border Color

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

This div border color is #3ae609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae609


Comments

No comments written yet.

Please login to write comment.