Color Hex Logo

#98afde Color Hex

#98AFDE
(152,175,222)
0 Favorites   0 Comments

Color spaces of #98afde

RGB 152175222
HSL0.610.510.73
HSV220°32°87°
CMYK 0.320.210.00   0.13
XYZ41.463742.609375.1463
Yxy42.60930.26040.2676
Hunter Lab65.2758-0.8480-22.5623
CIE-Lab71.28902.9645-26.2462

#98afde color RGB value is (152,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101111 11011110
Octal 230 257 336
Decimal 152 175 222
Hex 98 AF DE

RGB Percentages of Color #98afde

%27.69
%31.88
%40.44

CMYK Percentages of Color #98afde

%32
%21
%0
%13

Triadic Colors of #98afde

#98afde #de98af #afde98

Analogous Colors of #98afde

#98afde #a498de #98d2de

Monochromatic Colors of #98afde

#98afde

Complementary Color

#98afde #dec798

#98afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#98afde Color CSS Codes

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

#98afde Text Font Color

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

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


#98afde Background Color

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

This div background color is #98afde


#98afde Border Color

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

This div border color is #98afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98afde


Comments

No comments written yet.

Please login to write comment.