Color Hex Logo

#45e072 Color Hex

#45E072
(69,224,114)
0 Favorites   0 Comments

Color spaces of #45e072

RGB 69224114
HSL0.380.710.57
HSV137°69°88°
CMYK 0.690.000.49   0.12
XYZ32.147255.791424.9941
Yxy55.79140.28470.4940
Hunter Lab74.6936-53.889732.4458
CIE-Lab79.4950-63.248242.1879

#45e072 color RGB value is (69,224,114).

#45e072 hex color red value is 69, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #45e072 hue: 0.38 , saturation: 0.71 and the lightness value of 45e072 is 0.57.

The process color (four color CMYK) of #45e072 color hex is 0.69, 0.00, 0.49, 0.12. Web safe color of #45e072 is #33cc66. Color #45e072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 11100000 01110010
Octal 105 340 162
Decimal 69 224 114
Hex 45 E0 72

RGB Percentages of Color #45e072

%16.95
%55.04
%28.01

CMYK Percentages of Color #45e072

%69
%0
%49
%12

Triadic Colors of #45e072

#45e072 #7245e0 #e07245

Analogous Colors of #45e072

#45e072 #45e0c0 #66e045

Monochromatic Colors of #45e072

#45e072

Complementary Color

#45e072 #e045b3

#45e072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45e072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#45e072 Color CSS Codes

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

#45e072 Text Font Color

<p style="color:#45e072">Text here</p>

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


#45e072 Background Color

<div style="background-color:#45e072">
Div content here</div>

This div background color is #45e072


#45e072 Border Color

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

This div border color is #45e072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,224,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #45e072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #45e072;
  -webkit-box-shadow: 1px 1px 3px 2px #45e072;
  box-shadow:         1px 1px 3px 2px #45e072; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,224,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45e072


Comments

No comments written yet.

Please login to write comment.