Color Hex Logo

#46e13c Color Hex

#46E13C
(70,225,60)
0 Favorites   0 Comments

Color spaces of #46e13c

RGB 7022560
HSL0.320.730.56
HSV116°73°88°
CMYK 0.690.000.73   0.12
XYZ30.266655.478813.3882
Yxy55.47880.30530.5596
Hunter Lab74.4841-57.813741.4817
CIE-Lab79.3163-69.408064.8855

#46e13c color RGB value is (70,225,60).

#46e13c hex color red value is 70, green value is 225 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46e13c hue: 0.32 , saturation: 0.73 and the lightness value of 46e13c is 0.56.

The process color (four color CMYK) of #46e13c color hex is 0.69, 0.00, 0.73, 0.12. Web safe color of #46e13c is #33cc33. Color #46e13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100001 00111100
Octal 106 341 74
Decimal 70 225 60
Hex 46 E1 3C

RGB Percentages of Color #46e13c

%19.72
%63.38
%16.90

CMYK Percentages of Color #46e13c

%69
%0
%73
%12

Triadic Colors of #46e13c

#46e13c #3c46e1 #e13c46

Analogous Colors of #46e13c

#46e13c #3ce185 #99e13c

Monochromatic Colors of #46e13c

#46e13c

Complementary Color

#46e13c #d73ce1

#46e13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e13c Color CSS Codes

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

#46e13c Text Font Color

<p style="color:#46e13c">Text here</p>

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


#46e13c Background Color

<div style="background-color:#46e13c">
Div content here</div>

This div background color is #46e13c


#46e13c Border Color

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

This div border color is #46e13c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,225,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46e13c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46e13c;
  -webkit-box-shadow: 1px 1px 3px 2px #46e13c;
  box-shadow:         1px 1px 3px 2px #46e13c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,225,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e13c


Comments

No comments written yet.

Please login to write comment.