Color Hex Logo

#998aee Color Hex

#998AEE
(153,138,238)
0 Favorites   0 Comments

Color spaces of #998aee

RGB 153138238
HSL0.690.750.74
HSV249°42°93°
CMYK 0.360.420.00   0.07
XYZ37.658031.122384.9113
Yxy31.12230.24500.2025
Hunter Lab55.787422.8645-51.1913
CIE-Lab62.610728.3947-48.5549

#998aee color RGB value is (153,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11101110
Octal 231 212 356
Decimal 153 138 238
Hex 99 8A EE

RGB Percentages of Color #998aee

%28.92
%26.09
%44.99

CMYK Percentages of Color #998aee

%36
%42
%0
%7

Triadic Colors of #998aee

#998aee #ee998a #8aee99

Analogous Colors of #998aee

#998aee #cb8aee #8aadee

Monochromatic Colors of #998aee

#998aee

Complementary Color

#998aee #dfee8a

#998aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#998aee Color CSS Codes

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

#998aee Text Font Color

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

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


#998aee Background Color

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

This div background color is #998aee


#998aee Border Color

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

This div border color is #998aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,138,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 #998aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998aee


Comments

No comments written yet.

Please login to write comment.