Color Hex Logo

#54998f Color Hex

#54998F
(84,153,143)
0 Favorites   0 Comments

Color spaces of #54998f

RGB 84153143
HSL0.480.290.46
HSV171°45°60°
CMYK 0.450.000.07   0.40
XYZ20.005326.650530.0763
Yxy26.65050.26070.3473
Hunter Lab51.6241-21.17021.5944
CIE-Lab58.6494-24.3433-1.5462

#54998f color RGB value is (84,153,143).

#54998f hex color red value is 84, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #54998f hue: 0.48 , saturation: 0.29 and the lightness value of 54998f is 0.46.

The process color (four color CMYK) of #54998f color hex is 0.45, 0.00, 0.07, 0.40. Web safe color of #54998f is #669999. Color #54998f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 10001111
Octal 124 231 217
Decimal 84 153 143
Hex 54 99 8F

RGB Percentages of Color #54998f

%22.11
%40.26
%37.63

CMYK Percentages of Color #54998f

%45
%0
%7
%40

Triadic Colors of #54998f

#54998f #8f5499 #998f54

Analogous Colors of #54998f

#54998f #548199 #54996d

Monochromatic Colors of #54998f

#54998f

Complementary Color

#54998f #99545e

#54998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54998f Color CSS Codes

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

#54998f Text Font Color

<p style="color:#54998f">Text here</p>

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


#54998f Background Color

<div style="background-color:#54998f">
Div content here</div>

This div background color is #54998f


#54998f Border Color

<div style="border:3px solid #54998f">
Div here</div>

This div border color is #54998f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,153,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54998f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54998f;
  -webkit-box-shadow: 1px 1px 3px 2px #54998f;
  box-shadow:         1px 1px 3px 2px #54998f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54998f


Comments

No comments written yet.

Please login to write comment.