Color Hex Logo

#998acd Color Hex

#998ACD
(153,138,205)
0 Favorites   0 Comments

Color spaces of #998acd

RGB 153138205
HSL0.700.400.67
HSV253°33°80°
CMYK 0.250.330.00   0.20
XYZ33.244829.357061.6719
Yxy29.35700.26750.2362
Hunter Lab54.182114.7045-29.5584
CIE-Lab61.095419.9807-32.5544

#998acd color RGB value is (153,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11001101
Octal 231 212 315
Decimal 153 138 205
Hex 99 8A CD

RGB Percentages of Color #998acd

%30.85
%27.82
%41.33

CMYK Percentages of Color #998acd

%25
%33
%0
%20

Triadic Colors of #998acd

#998acd #cd998a #8acd99

Analogous Colors of #998acd

#998acd #bb8acd #8a9dcd

Monochromatic Colors of #998acd

#998acd

Complementary Color

#998acd #becd8a

#998acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998acd Color CSS Codes

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

#998acd Text Font Color

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

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


#998acd Background Color

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

This div background color is #998acd


#998acd Border Color

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

This div border color is #998acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998acd


Comments

No comments written yet.

Please login to write comment.