Color Hex Logo

#53988f Color Hex

#53988F
(83,152,143)
0 Favorites   0 Comments

Color spaces of #53988f

RGB 83152143
HSL0.480.290.46
HSV172°45°60°
CMYK 0.450.000.06   0.40
XYZ19.753426.278630.0178
Yxy26.27860.25970.3455
Hunter Lab51.2627-20.92701.1655
CIE-Lab58.3006-24.0932-2.0632

#53988f color RGB value is (83,152,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 10001111
Octal 123 230 217
Decimal 83 152 143
Hex 53 98 8F

RGB Percentages of Color #53988f

%21.96
%40.21
%37.83

CMYK Percentages of Color #53988f

%45
%0
%6
%40

Triadic Colors of #53988f

#53988f #8f5398 #988f53

Analogous Colors of #53988f

#53988f #537f98 #53986d

Monochromatic Colors of #53988f

#53988f

Complementary Color

#53988f #98535c

#53988f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53988f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53988f Color CSS Codes

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

#53988f Text Font Color

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

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


#53988f Background Color

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

This div background color is #53988f


#53988f Border Color

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

This div border color is #53988f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,152,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 #53988f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53988f

#53988f Color Palettes


Comments

No comments written yet.

Please login to write comment.