Color Hex Logo

#98bdee Color Hex

#98BDEE
(152,189,238)
0 Favorites   0 Comments

Color spaces of #98bdee

RGB 152189238
HSL0.590.720.76
HSV214°36°93°
CMYK 0.360.210.00   0.07
XYZ46.579149.243687.9389
Yxy49.24360.25350.2680
Hunter Lab70.1738-4.3216-25.1781
CIE-Lab75.6026-0.6350-28.3176

#98bdee color RGB value is (152,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111101 11101110
Octal 230 275 356
Decimal 152 189 238
Hex 98 BD EE

RGB Percentages of Color #98bdee

%26.25
%32.64
%41.11

CMYK Percentages of Color #98bdee

%36
%21
%0
%7

Triadic Colors of #98bdee

#98bdee #ee98bd #bdee98

Analogous Colors of #98bdee

#98bdee #9e98ee #98e8ee

Monochromatic Colors of #98bdee

#98bdee

Complementary Color

#98bdee #eec998

#98bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bdee Color CSS Codes

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

#98bdee Text Font Color

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

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


#98bdee Background Color

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

This div background color is #98bdee


#98bdee Border Color

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

This div border color is #98bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bdee


Comments

No comments written yet.

Please login to write comment.