Color Hex Logo

#98a88b Color Hex

#98A88B
(152,168,139)
0 Favorites   0 Comments

Color spaces of #98a88b

RGB 152168139
HSL0.260.140.60
HSV93°17°66°
CMYK 0.100.000.17   0.34
XYZ31.611736.544729.8138
Yxy36.54470.32270.3730
Hunter Lab60.4522-12.450113.0759
CIE-Lab66.9340-11.051513.1176

#98a88b color RGB value is (152,168,139).

#98a88b hex color red value is 152, green value is 168 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #98a88b hue: 0.26 , saturation: 0.14 and the lightness value of 98a88b is 0.60.

The process color (four color CMYK) of #98a88b color hex is 0.10, 0.00, 0.17, 0.34. Web safe color of #98a88b is #999999. Color #98a88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101000 10001011
Octal 230 250 213
Decimal 152 168 139
Hex 98 A8 8B

RGB Percentages of Color #98a88b

%33.12
%36.60
%30.28

CMYK Percentages of Color #98a88b

%10
%0
%17
%34

Triadic Colors of #98a88b

#98a88b #8b98a8 #a88b98

Analogous Colors of #98a88b

#98a88b #8ba88d #a7a88b

Monochromatic Colors of #98a88b

#98a88b

Complementary Color

#98a88b #9b8ba8

#98a88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a88b Color CSS Codes

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

#98a88b Text Font Color

<p style="color:#98a88b">Text here</p>

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


#98a88b Background Color

<div style="background-color:#98a88b">
Div content here</div>

This div background color is #98a88b


#98a88b Border Color

<div style="border:3px solid #98a88b">
Div here</div>

This div border color is #98a88b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,168,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98a88b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98a88b;
  -webkit-box-shadow: 1px 1px 3px 2px #98a88b;
  box-shadow:         1px 1px 3px 2px #98a88b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a88b

#98a88b Color Palettes


Comments

No comments written yet.

Please login to write comment.