Color Hex Logo

#98befe Color Hex

#98BEFE
(152,190,254)
0 Favorites   0 Comments

Color spaces of #98befe

RGB 152190254
HSL0.600.980.80
HSV218°40°100°
CMYK 0.400.250.00   0.00
XYZ49.251750.6581100.9481
Yxy50.65810.24520.2522
Hunter Lab71.1745-1.0360-34.2699
CIE-Lab76.47143.0198-35.5851

#98befe color RGB value is (152,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 11111110
Octal 230 276 376
Decimal 152 190 254
Hex 98 BE FE

RGB Percentages of Color #98befe

%25.50
%31.88
%42.62

CMYK Percentages of Color #98befe

%40
%25
%0
%0

Triadic Colors of #98befe

#98befe #fe98be #befe98

Analogous Colors of #98befe

#98befe #a598fe #98f1fe

Monochromatic Colors of #98befe

#98befe

Complementary Color

#98befe #fed898

#98befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98befe Color CSS Codes

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

#98befe Text Font Color

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

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


#98befe Background Color

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

This div background color is #98befe


#98befe Border Color

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

This div border color is #98befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98befe

Related Colors


Comments

No comments written yet.

Please login to write comment.