Color Hex Logo

#54b277 Color Hex

#54B277
(84,178,119)
0 Favorites   0 Comments

Color spaces of #54b277

RGB 84178119
HSL0.400.380.51
HSV142°53°70°
CMYK 0.530.000.33   0.30
XYZ22.906335.057523.0123
Yxy35.05750.28290.4329
Hunter Lab59.2094-34.560218.4029
CIE-Lab65.7934-41.403721.8907

#54b277 color RGB value is (84,178,119).

#54b277 hex color red value is 84, green value is 178 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #54b277 hue: 0.40 , saturation: 0.38 and the lightness value of 54b277 is 0.51.

The process color (four color CMYK) of #54b277 color hex is 0.53, 0.00, 0.33, 0.30. Web safe color of #54b277 is #669966. Color #54b277 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10110010 01110111
Octal 124 262 167
Decimal 84 178 119
Hex 54 B2 77

RGB Percentages of Color #54b277

%22.05
%46.72
%31.23

CMYK Percentages of Color #54b277

%53
%0
%33
%30

Triadic Colors of #54b277

#54b277 #7754b2 #b27754

Analogous Colors of #54b277

#54b277 #54b2a6 #60b254

Monochromatic Colors of #54b277

#54b277

Complementary Color

#54b277 #b2548f

#54b277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54b277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54b277 Color CSS Codes

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

#54b277 Text Font Color

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

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


#54b277 Background Color

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

This div background color is #54b277


#54b277 Border Color

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

This div border color is #54b277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54b277


Comments

No comments written yet.

Please login to write comment.