Color Hex Logo

#54b229 Color Hex

#54B229
(84,178,41)
0 Favorites   0 Comments

Color spaces of #54b229

RGB 8417841
HSL0.280.630.43
HSV101°77°70°
CMYK 0.530.000.77   0.30
XYZ19.976833.88577.5855
Yxy33.88570.32510.5515
Hunter Lab58.2114-40.613033.0219
CIE-Lab64.8717-51.305057.1394

#54b229 color RGB value is (84,178,41).

#54b229 hex color red value is 84, green value is 178 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #54b229 hue: 0.28 , saturation: 0.63 and the lightness value of 54b229 is 0.43.

The process color (four color CMYK) of #54b229 color hex is 0.53, 0.00, 0.77, 0.30. Web safe color of #54b229 is #669933. Color #54b229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10110010 00101001
Octal 124 262 51
Decimal 84 178 41
Hex 54 B2 29

RGB Percentages of Color #54b229

%27.72
%58.75
%13.53

CMYK Percentages of Color #54b229

%53
%0
%77
%30

Triadic Colors of #54b229

#54b229 #2954b2 #b22954

Analogous Colors of #54b229

#54b229 #29b242 #99b229

Monochromatic Colors of #54b229

#54b229

Complementary Color

#54b229 #8729b2

#54b229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54b229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54b229 Color CSS Codes

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

#54b229 Text Font Color

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

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


#54b229 Background Color

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

This div background color is #54b229


#54b229 Border Color

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

This div border color is #54b229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54b229


Comments

No comments written yet.

Please login to write comment.