Color Hex Logo

#53988e Color Hex

#53988E
(83,152,142)
0 Favorites   0 Comments

Color spaces of #53988e

RGB 83152142
HSL0.480.290.46
HSV171°45°60°
CMYK 0.450.000.07   0.40
XYZ19.678026.248529.6205
Yxy26.24850.26050.3474
Hunter Lab51.2333-21.09891.5848
CIE-Lab58.2722-24.3482-1.5353

#53988e color RGB value is (83,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 10001110
Octal 123 230 216
Decimal 83 152 142
Hex 53 98 8E

RGB Percentages of Color #53988e

%22.02
%40.32
%37.67

CMYK Percentages of Color #53988e

%45
%0
%7
%40

Triadic Colors of #53988e

#53988e #8e5398 #988e53

Analogous Colors of #53988e

#53988e #538098 #53986c

Monochromatic Colors of #53988e

#53988e

Complementary Color

#53988e #98535d

#53988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53988e Color CSS Codes

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

#53988e Text Font Color

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

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


#53988e Background Color

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

This div background color is #53988e


#53988e Border Color

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

This div border color is #53988e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,152,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53988e


Comments

No comments written yet.

Please login to write comment.