Color Hex Logo

#98befd Color Hex

#98BEFD
(152,190,253)
0 Favorites   0 Comments

Color spaces of #98befd

RGB 152190253
HSL0.600.960.79
HSV217°40°99°
CMYK 0.400.250.00   0.01
XYZ49.092050.5942100.1067
Yxy50.59420.24570.2532
Hunter Lab71.1296-1.2802-33.6531
CIE-Lab76.43252.7529-35.1088

#98befd color RGB value is (152,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 11111101
Octal 230 276 375
Decimal 152 190 253
Hex 98 BE FD

RGB Percentages of Color #98befd

%25.55
%31.93
%42.52

CMYK Percentages of Color #98befd

%40
%25
%0
%1

Triadic Colors of #98befd

#98befd #fd98be #befd98

Analogous Colors of #98befd

#98befd #a598fd #98f1fd

Monochromatic Colors of #98befd

#98befd

Complementary Color

#98befd #fdd798

#98befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98befd Color CSS Codes

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

#98befd Text Font Color

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

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


#98befd Background Color

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

This div background color is #98befd


#98befd Border Color

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

This div border color is #98befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98befd

Related Colors


Comments

No comments written yet.

Please login to write comment.