Color Hex Logo

#998abb Color Hex

#998ABB
(153,138,187)
0 Favorites   0 Comments

Color spaces of #998abb

RGB 153138187
HSL0.720.260.64
HSV258°26°73°
CMYK 0.180.260.00   0.27
XYZ31.195028.537150.8778
Yxy28.53710.28200.2580
Hunter Lab53.420110.7509-19.0742
CIE-Lab60.370915.7090-23.5240

#998abb color RGB value is (153,138,187).

#998abb hex color red value is 153, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #998abb hue: 0.72 , saturation: 0.26 and the lightness value of 998abb is 0.64.

The process color (four color CMYK) of #998abb color hex is 0.18, 0.26, 0.00, 0.27. Web safe color of #998abb is #9999cc. Color #998abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 10111011
Octal 231 212 273
Decimal 153 138 187
Hex 99 8A BB

RGB Percentages of Color #998abb

%32.01
%28.87
%39.12

CMYK Percentages of Color #998abb

%18
%26
%0
%27

Triadic Colors of #998abb

#998abb #bb998a #8abb99

Analogous Colors of #998abb

#998abb #b28abb #8a94bb

Monochromatic Colors of #998abb

#998abb

Complementary Color

#998abb #acbb8a

#998abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998abb Color CSS Codes

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

#998abb Text Font Color

<p style="color:#998abb">Text here</p>

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


#998abb Background Color

<div style="background-color:#998abb">
Div content here</div>

This div background color is #998abb


#998abb Border Color

<div style="border:3px solid #998abb">
Div here</div>

This div border color is #998abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,138,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998abb;
  -webkit-box-shadow: 1px 1px 3px 2px #998abb;
  box-shadow:         1px 1px 3px 2px #998abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998abb


Comments

No comments written yet.

Please login to write comment.