Color Hex Logo

#45ef84 Color Hex

#45EF84
(69,239,132)
0 Favorites   0 Comments

Color spaces of #45ef84

RGB 69239132
HSL0.400.840.60
HSV142°71°94°
CMYK 0.710.000.45   0.06
XYZ37.485664.664232.3355
Yxy64.66420.27870.4808
Hunter Lab80.4141-57.515532.4486
CIE-Lab84.3104-65.699639.5139

#45ef84 color RGB value is (69,239,132).

#45ef84 hex color red value is 69, green value is 239 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #45ef84 hue: 0.40 , saturation: 0.84 and the lightness value of 45ef84 is 0.60.

The process color (four color CMYK) of #45ef84 color hex is 0.71, 0.00, 0.45, 0.06. Web safe color of #45ef84 is #33ff99. Color #45ef84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 11101111 10000100
Octal 105 357 204
Decimal 69 239 132
Hex 45 EF 84

RGB Percentages of Color #45ef84

%15.68
%54.32
%30.00

CMYK Percentages of Color #45ef84

%71
%0
%45
%6

Triadic Colors of #45ef84

#45ef84 #8445ef #ef8445

Analogous Colors of #45ef84

#45ef84 #45efd9 #5bef45

Monochromatic Colors of #45ef84

#45ef84

Complementary Color

#45ef84 #ef45b0

#45ef84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45ef84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#45ef84 Color CSS Codes

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

#45ef84 Text Font Color

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

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


#45ef84 Background Color

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

This div background color is #45ef84


#45ef84 Border Color

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

This div border color is #45ef84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45ef84


Comments

No comments written yet.

Please login to write comment.