Color Hex Logo

#98afea Color Hex

#98AFEA
(152,175,234)
0 Favorites   0 Comments

Color spaces of #98afea

RGB 152175234
HSL0.620.660.76
HSV223°35°92°
CMYK 0.350.250.00   0.08
XYZ43.130143.275983.9218
Yxy43.27590.25320.2541
Hunter Lab65.78441.9068-29.5877
CIE-Lab71.74186.0260-32.0938

#98afea color RGB value is (152,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101111 11101010
Octal 230 257 352
Decimal 152 175 234
Hex 98 AF EA

RGB Percentages of Color #98afea

%27.09
%31.19
%41.71

CMYK Percentages of Color #98afea

%35
%25
%0
%8

Triadic Colors of #98afea

#98afea #ea98af #afea98

Analogous Colors of #98afea

#98afea #aa98ea #98d8ea

Monochromatic Colors of #98afea

#98afea

Complementary Color

#98afea #ead398

#98afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98afea Color CSS Codes

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

#98afea Text Font Color

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

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


#98afea Background Color

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

This div background color is #98afea


#98afea Border Color

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

This div border color is #98afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98afea


Comments

No comments written yet.

Please login to write comment.