Color Hex Logo

#54bd2e Color Hex

#54BD2E
(84,189,46)
0 Favorites   0 Comments

Color spaces of #54bd2e

RGB 8418946
HSL0.290.610.46
HSV104°76°74°
CMYK 0.560.000.76   0.26
XYZ22.346938.47738.8338
Yxy38.47730.32080.5524
Hunter Lab62.0301-44.246434.9775
CIE-Lab68.3709-55.067558.8855

#54bd2e color RGB value is (84,189,46).

#54bd2e hex color red value is 84, green value is 189 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #54bd2e hue: 0.29 , saturation: 0.61 and the lightness value of 54bd2e is 0.46.

The process color (four color CMYK) of #54bd2e color hex is 0.56, 0.00, 0.76, 0.26. Web safe color of #54bd2e is #66cc33. Color #54bd2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111101 00101110
Octal 124 275 56
Decimal 84 189 46
Hex 54 BD 2E

RGB Percentages of Color #54bd2e

%26.33
%59.25
%14.42

CMYK Percentages of Color #54bd2e

%56
%0
%76
%26

Triadic Colors of #54bd2e

#54bd2e #2e54bd #bd2e54

Analogous Colors of #54bd2e

#54bd2e #2ebd4f #9cbd2e

Monochromatic Colors of #54bd2e

#54bd2e

Complementary Color

#54bd2e #972ebd

#54bd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bd2e Color CSS Codes

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

#54bd2e Text Font Color

<p style="color:#54bd2e">Text here</p>

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


#54bd2e Background Color

<div style="background-color:#54bd2e">
Div content here</div>

This div background color is #54bd2e


#54bd2e Border Color

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

This div border color is #54bd2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,189,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54bd2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54bd2e;
  -webkit-box-shadow: 1px 1px 3px 2px #54bd2e;
  box-shadow:         1px 1px 3px 2px #54bd2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,189,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bd2e


Comments

No comments written yet.

Please login to write comment.