Color Hex Logo

#98aaee Color Hex

#98AAEE
(152,170,238)
0 Favorites   0 Comments

Color spaces of #98aaee

RGB 152170238
HSL0.630.720.76
HSV227°36°93°
CMYK 0.360.290.00   0.07
XYZ42.756241.597986.6646
Yxy41.59790.25000.2432
Hunter Lab64.49645.4631-34.5212
CIE-Lab70.59289.8652-36.0512

#98aaee color RGB value is (152,170,238).

#98aaee hex color red value is 152, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #98aaee hue: 0.63 , saturation: 0.72 and the lightness value of 98aaee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101010 11101110
Octal 230 252 356
Decimal 152 170 238
Hex 98 AA EE

RGB Percentages of Color #98aaee

%27.14
%30.36
%42.50

CMYK Percentages of Color #98aaee

%36
%29
%0
%7

Triadic Colors of #98aaee

#98aaee #ee98aa #aaee98

Analogous Colors of #98aaee

#98aaee #b198ee #98d5ee

Monochromatic Colors of #98aaee

#98aaee

Complementary Color

#98aaee #eedc98

#98aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aaee Color CSS Codes

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

#98aaee Text Font Color

<p style="color:#98aaee">Text here</p>

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


#98aaee Background Color

<div style="background-color:#98aaee">
Div content here</div>

This div background color is #98aaee


#98aaee Border Color

<div style="border:3px solid #98aaee">
Div here</div>

This div border color is #98aaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,170,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98aaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98aaee;
  -webkit-box-shadow: 1px 1px 3px 2px #98aaee;
  box-shadow:         1px 1px 3px 2px #98aaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,170,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 #98aaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aaee


Comments

No comments written yet.

Please login to write comment.