Color Hex Logo

#98aeeb Color Hex

#98AEEB
(152,174,235)
0 Favorites   0 Comments

Color spaces of #98aeeb

RGB 152174235
HSL0.620.670.76
HSV224°35°92°
CMYK 0.350.260.00   0.08
XYZ43.080342.945784.6160
Yxy42.94570.25250.2517
Hunter Lab65.53302.6603-30.6820
CIE-Lab71.51816.8425-32.9837

#98aeeb color RGB value is (152,174,235).

#98aeeb hex color red value is 152, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #98aeeb hue: 0.62 , saturation: 0.67 and the lightness value of 98aeeb is 0.76.

The process color (four color CMYK) of #98aeeb color hex is 0.35, 0.26, 0.00, 0.08. Web safe color of #98aeeb is #9999ff. Color #98aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 11101011
Octal 230 256 353
Decimal 152 174 235
Hex 98 AE EB

RGB Percentages of Color #98aeeb

%27.09
%31.02
%41.89

CMYK Percentages of Color #98aeeb

%35
%26
%0
%8

Triadic Colors of #98aeeb

#98aeeb #eb98ae #aeeb98

Analogous Colors of #98aeeb

#98aeeb #ac98eb #98d8eb

Monochromatic Colors of #98aeeb

#98aeeb

Complementary Color

#98aeeb #ebd598

#98aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aeeb Color CSS Codes

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

#98aeeb Text Font Color

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

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


#98aeeb Background Color

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

This div background color is #98aeeb


#98aeeb Border Color

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

This div border color is #98aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aeeb


Comments

No comments written yet.

Please login to write comment.