Color Hex Logo

#98aede Color Hex

#98AEDE
(152,174,222)
0 Favorites   0 Comments

Color spaces of #98aede

RGB 152174222
HSL0.610.510.73
HSV221°32°87°
CMYK 0.320.220.00   0.13
XYZ41.269842.221475.0816
Yxy42.22140.26030.2663
Hunter Lab64.9780-0.3399-23.0246
CIE-Lab71.02333.5176-26.6536

#98aede color RGB value is (152,174,222).

#98aede hex color red value is 152, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #98aede hue: 0.61 , saturation: 0.51 and the lightness value of 98aede is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 11011110
Octal 230 256 336
Decimal 152 174 222
Hex 98 AE DE

RGB Percentages of Color #98aede

%27.74
%31.75
%40.51

CMYK Percentages of Color #98aede

%32
%22
%0
%13

Triadic Colors of #98aede

#98aede #de98ae #aede98

Analogous Colors of #98aede

#98aede #a598de #98d1de

Monochromatic Colors of #98aede

#98aede

Complementary Color

#98aede #dec898

#98aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aede Color CSS Codes

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

#98aede Text Font Color

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

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


#98aede Background Color

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

This div background color is #98aede


#98aede Border Color

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

This div border color is #98aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aede


Comments

No comments written yet.

Please login to write comment.