Color Hex Logo

#98baff Color Hex

#98BAFF
(152,186,255)
0 Favorites   0 Comments

Color spaces of #98baff

RGB 152186255
HSL0.611.000.80
HSV220°40°100°
CMYK 0.400.270.00   0.00
XYZ48.557849.0132101.5090
Yxy49.01320.24390.2462
Hunter Lab70.00941.2892-36.9599
CIE-Lab75.45955.4865-37.6903

#98baff color RGB value is (152,186,255).

#98baff hex color red value is 152, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #98baff hue: 0.61 , saturation: 1.00 and the lightness value of 98baff is 0.80.

The process color (four color CMYK) of #98baff color hex is 0.40, 0.27, 0.00, 0.00. Web safe color of #98baff is #99ccff. Color #98baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11111111
Octal 230 272 377
Decimal 152 186 255
Hex 98 BA FF

RGB Percentages of Color #98baff

%25.63
%31.37
%43.00

CMYK Percentages of Color #98baff

%40
%27
%0
%0

Triadic Colors of #98baff

#98baff #ff98ba #baff98

Analogous Colors of #98baff

#98baff #aa98ff #98eeff

Monochromatic Colors of #98baff

#98baff

Complementary Color

#98baff #ffdd98

#98baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98baff Color CSS Codes

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

#98baff Text Font Color

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

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


#98baff Background Color

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

This div background color is #98baff


#98baff Border Color

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

This div border color is #98baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98baff


Comments

No comments written yet.

Please login to write comment.