Color Hex Logo

#98ebff Color Hex

#98EBFF
(152,235,255)
0 Favorites   0 Comments

Color spaces of #98ebff

RGB 152235255
HSL0.531.000.80
HSV192°40°100°
CMYK 0.400.080.00   0.00
XYZ60.707273.3121105.5588
Yxy73.31210.25340.3060
Hunter Lab85.6225-23.2811-13.1593
CIE-Lab88.5964-20.2497-17.6051

#98ebff color RGB value is (152,235,255).

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

The process color (four color CMYK) of #98ebff color hex is 0.40, 0.08, 0.00, 0.00. Web safe color of #98ebff is #99ffff. Color #98ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101011 11111111
Octal 230 353 377
Decimal 152 235 255
Hex 98 EB FF

RGB Percentages of Color #98ebff

%23.68
%36.60
%39.72

CMYK Percentages of Color #98ebff

%40
%8
%0
%0

Triadic Colors of #98ebff

#98ebff #ff98eb #ebff98

Analogous Colors of #98ebff

#98ebff #98b8ff #98ffe0

Monochromatic Colors of #98ebff

#98ebff

Complementary Color

#98ebff #ffac98

#98ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ebff Color CSS Codes

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

#98ebff Text Font Color

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

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


#98ebff Background Color

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

This div background color is #98ebff


#98ebff Border Color

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

This div border color is #98ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ebff

Related Colors


Comments

No comments written yet.

Please login to write comment.