Color Hex Logo

#54f948 Color Hex

#54F948
(84,249,72)
0 Favorites   0 Comments

Color spaces of #54f948

RGB 8424972
HSL0.320.940.63
HSV116°71°98°
CMYK 0.660.000.71   0.02
XYZ38.701570.104117.6225
Yxy70.10410.30610.5545
Hunter Lab83.7282-64.016746.1308
CIE-Lab87.0479-73.576868.6757

#54f948 color RGB value is (84,249,72).

#54f948 hex color red value is 84, green value is 249 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #54f948 hue: 0.32 , saturation: 0.94 and the lightness value of 54f948 is 0.63.

The process color (four color CMYK) of #54f948 color hex is 0.66, 0.00, 0.71, 0.02. Web safe color of #54f948 is #66ff33. Color #54f948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11111001 01001000
Octal 124 371 110
Decimal 84 249 72
Hex 54 F9 48

RGB Percentages of Color #54f948

%20.74
%61.48
%17.78

CMYK Percentages of Color #54f948

%66
%0
%71
%2

Triadic Colors of #54f948

#54f948 #4854f9 #f94854

Analogous Colors of #54f948

#54f948 #48f995 #adf948

Monochromatic Colors of #54f948

#54f948

Complementary Color

#54f948 #ed48f9

#54f948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54f948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54f948 Color CSS Codes

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

#54f948 Text Font Color

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

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


#54f948 Background Color

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

This div background color is #54f948


#54f948 Border Color

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

This div border color is #54f948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54f948


Comments

No comments written yet.

Please login to write comment.