Color Hex Logo

#998acc Color Hex

#998ACC
(153,138,204)
0 Favorites   0 Comments

Color spaces of #998acc

RGB 153138204
HSL0.700.390.67
HSV254°32°80°
CMYK 0.250.320.00   0.20
XYZ33.124429.308961.0381
Yxy29.30890.26830.2374
Hunter Lab54.137714.4751-28.9507
CIE-Lab61.053319.7364-32.0582

#998acc color RGB value is (153,138,204).

#998acc hex color red value is 153, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #998acc hue: 0.70 , saturation: 0.39 and the lightness value of 998acc is 0.67.

The process color (four color CMYK) of #998acc color hex is 0.25, 0.32, 0.00, 0.20. Web safe color of #998acc is #9999cc. Color #998acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11001100
Octal 231 212 314
Decimal 153 138 204
Hex 99 8A CC

RGB Percentages of Color #998acc

%30.91
%27.88
%41.21

CMYK Percentages of Color #998acc

%25
%32
%0
%20

Triadic Colors of #998acc

#998acc #cc998a #8acc99

Analogous Colors of #998acc

#998acc #ba8acc #8a9ccc

Monochromatic Colors of #998acc

#998acc

Complementary Color

#998acc #bdcc8a

#998acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#998acc Color CSS Codes

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

#998acc Text Font Color

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

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


#998acc Background Color

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

This div background color is #998acc


#998acc Border Color

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

This div border color is #998acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998acc


Comments

No comments written yet.

Please login to write comment.