Color Hex Logo

#9898df Color Hex

#9898DF
(152,152,223)
0 Favorites   0 Comments

Color spaces of #9898df

RGB 152152223
HSL0.670.530.74
HSV240°32°87°
CMYK 0.320.320.00   0.13
XYZ37.496434.459674.4871
Yxy34.45960.25600.2353
Hunter Lab58.702311.2888-34.1412
CIE-Lab65.325716.1660-36.0093

#9898df color RGB value is (152,152,223).

#9898df hex color red value is 152, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9898df hue: 0.67 , saturation: 0.53 and the lightness value of 9898df is 0.74.

The process color (four color CMYK) of #9898df color hex is 0.32, 0.32, 0.00, 0.13. Web safe color of #9898df is #9999cc. Color #9898df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011000 11011111
Octal 230 230 337
Decimal 152 152 223
Hex 98 98 DF

RGB Percentages of Color #9898df

%28.84
%28.84
%42.31

CMYK Percentages of Color #9898df

%32
%32
%0
%13

Triadic Colors of #9898df

#9898df #df9898 #98df98

Analogous Colors of #9898df

#9898df #bc98df #98bcdf

Monochromatic Colors of #9898df

#9898df

Complementary Color

#9898df #dfdf98

#9898df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9898df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9898df Color CSS Codes

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

#9898df Text Font Color

<p style="color:#9898df">Text here</p>

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


#9898df Background Color

<div style="background-color:#9898df">
Div content here</div>

This div background color is #9898df


#9898df Border Color

<div style="border:3px solid #9898df">
Div here</div>

This div border color is #9898df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,152,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9898df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9898df;
  -webkit-box-shadow: 1px 1px 3px 2px #9898df;
  box-shadow:         1px 1px 3px 2px #9898df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9898df


Comments

No comments written yet.

Please login to write comment.