Color Hex Logo

#98bffe Color Hex

#98BFFE
(152,191,254)
0 Favorites   0 Comments

Color spaces of #98bffe

RGB 152191254
HSL0.600.980.80
HSV217°40°100°
CMYK 0.400.250.00   0.00
XYZ49.469151.0928101.0205
Yxy51.09280.24540.2535
Hunter Lab71.4792-1.5530-33.7582
CIE-Lab76.73522.4730-35.1769

#98bffe color RGB value is (152,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 11111110
Octal 230 277 376
Decimal 152 191 254
Hex 98 BF FE

RGB Percentages of Color #98bffe

%25.46
%31.99
%42.55

CMYK Percentages of Color #98bffe

%40
%25
%0
%0

Triadic Colors of #98bffe

#98bffe #fe98bf #bffe98

Analogous Colors of #98bffe

#98bffe #a498fe #98f2fe

Monochromatic Colors of #98bffe

#98bffe

Complementary Color

#98bffe #fed798

#98bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bffe Color CSS Codes

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

#98bffe Text Font Color

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

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


#98bffe Background Color

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

This div background color is #98bffe


#98bffe Border Color

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

This div border color is #98bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.