Color Hex Logo

#998dee Color Hex

#998DEE
(153,141,238)
0 Favorites   0 Comments

Color spaces of #998dee

RGB 153141238
HSL0.690.740.74
HSV247°41°93°
CMYK 0.360.410.00   0.07
XYZ38.094431.995185.0568
Yxy31.99510.24550.2062
Hunter Lab56.564221.2273-49.5607
CIE-Lab63.338826.6694-47.4047

#998dee color RGB value is (153,141,238).

#998dee hex color red value is 153, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #998dee hue: 0.69 , saturation: 0.74 and the lightness value of 998dee is 0.74.

The process color (four color CMYK) of #998dee color hex is 0.36, 0.41, 0.00, 0.07. Web safe color of #998dee is #9999ff. Color #998dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11101110
Octal 231 215 356
Decimal 153 141 238
Hex 99 8D EE

RGB Percentages of Color #998dee

%28.76
%26.50
%44.74

CMYK Percentages of Color #998dee

%36
%41
%0
%7

Triadic Colors of #998dee

#998dee #ee998d #8dee99

Analogous Colors of #998dee

#998dee #ca8dee #8db2ee

Monochromatic Colors of #998dee

#998dee

Complementary Color

#998dee #e2ee8d

#998dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dee Color CSS Codes

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

#998dee Text Font Color

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

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


#998dee Background Color

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

This div background color is #998dee


#998dee Border Color

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

This div border color is #998dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dee


Comments

No comments written yet.

Please login to write comment.