Color Hex Logo

#51998f Color Hex

#51998F
(81,153,143)
0 Favorites   0 Comments

Color spaces of #51998f

RGB 81153143
HSL0.480.310.46
HSV172°47°60°
CMYK 0.470.000.07   0.40
XYZ19.742526.515030.0640
Yxy26.51500.25870.3474
Hunter Lab51.4927-21.67471.4285
CIE-Lab58.5227-25.1052-1.7470

#51998f color RGB value is (81,153,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 10001111
Octal 121 231 217
Decimal 81 153 143
Hex 51 99 8F

RGB Percentages of Color #51998f

%21.49
%40.58
%37.93

CMYK Percentages of Color #51998f

%47
%0
%7
%40

Triadic Colors of #51998f

#51998f #8f5199 #998f51

Analogous Colors of #51998f

#51998f #517f99 #51996b

Monochromatic Colors of #51998f

#51998f

Complementary Color

#51998f #99515b

#51998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51998f Color CSS Codes

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

#51998f Text Font Color

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

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


#51998f Background Color

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

This div background color is #51998f


#51998f Border Color

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

This div border color is #51998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51998f


Comments

No comments written yet.

Please login to write comment.