Color Hex Logo

#98beee Color Hex

#98BEEE
(152,190,238)
0 Favorites   0 Comments

Color spaces of #98beee

RGB 152190238
HSL0.590.720.76
HSV213°36°93°
CMYK 0.360.200.00   0.07
XYZ46.795049.675488.0109
Yxy49.67540.25370.2693
Hunter Lab70.4808-4.8281-24.7002
CIE-Lab75.8696-1.1776-27.9081

#98beee color RGB value is (152,190,238).

#98beee hex color red value is 152, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #98beee hue: 0.59 , saturation: 0.72 and the lightness value of 98beee is 0.76.

The process color (four color CMYK) of #98beee color hex is 0.36, 0.20, 0.00, 0.07. Web safe color of #98beee is #99ccff. Color #98beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 11101110
Octal 230 276 356
Decimal 152 190 238
Hex 98 BE EE

RGB Percentages of Color #98beee

%26.21
%32.76
%41.03

CMYK Percentages of Color #98beee

%36
%20
%0
%7

Triadic Colors of #98beee

#98beee #ee98be #beee98

Analogous Colors of #98beee

#98beee #9d98ee #98e9ee

Monochromatic Colors of #98beee

#98beee

Complementary Color

#98beee #eec898

#98beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98beee Color CSS Codes

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

#98beee Text Font Color

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

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


#98beee Background Color

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

This div background color is #98beee


#98beee Border Color

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

This div border color is #98beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98beee


Comments

No comments written yet.

Please login to write comment.