Color Hex Logo

#98bafe Color Hex

#98BAFE
(152,186,254)
0 Favorites   0 Comments

Color spaces of #98bafe

RGB 152186254
HSL0.610.980.80
HSV220°40°100°
CMYK 0.400.270.00   0.00
XYZ48.397248.9490100.6632
Yxy48.94900.24440.2472
Hunter Lab69.96361.0409-36.3316
CIE-Lab75.41965.2175-37.2150

#98bafe color RGB value is (152,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11111110
Octal 230 272 376
Decimal 152 186 254
Hex 98 BA FE

RGB Percentages of Color #98bafe

%25.68
%31.42
%42.91

CMYK Percentages of Color #98bafe

%40
%27
%0
%0

Triadic Colors of #98bafe

#98bafe #fe98ba #bafe98

Analogous Colors of #98bafe

#98bafe #a998fe #98edfe

Monochromatic Colors of #98bafe

#98bafe

Complementary Color

#98bafe #fedc98

#98bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bafe Color CSS Codes

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

#98bafe Text Font Color

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

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


#98bafe Background Color

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

This div background color is #98bafe


#98bafe Border Color

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

This div border color is #98bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bafe

Related Colors


Comments

No comments written yet.

Please login to write comment.