Color Hex Logo

#98bbde Color Hex

#98BBDE
(152,187,222)
0 Favorites   0 Comments

Color spaces of #98bbde

RGB 152187222
HSL0.580.510.73
HSV210°32°87°
CMYK 0.320.160.00   0.13
XYZ43.904047.490075.9597
Yxy47.49000.26230.2838
Hunter Lab68.9130-6.8766-17.1136
CIE-Lab74.5021-3.5872-21.3418

#98bbde color RGB value is (152,187,222).

#98bbde hex color red value is 152, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #98bbde hue: 0.58 , saturation: 0.51 and the lightness value of 98bbde is 0.73.

The process color (four color CMYK) of #98bbde color hex is 0.32, 0.16, 0.00, 0.13. Web safe color of #98bbde is #99cccc. Color #98bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 11011110
Octal 230 273 336
Decimal 152 187 222
Hex 98 BB DE

RGB Percentages of Color #98bbde

%27.09
%33.33
%39.57

CMYK Percentages of Color #98bbde

%32
%16
%0
%13

Triadic Colors of #98bbde

#98bbde #de98bb #bbde98

Analogous Colors of #98bbde

#98bbde #9898de #98dede

Monochromatic Colors of #98bbde

#98bbde

Complementary Color

#98bbde #debb98

#98bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbde Color CSS Codes

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

#98bbde Text Font Color

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

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


#98bbde Background Color

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

This div background color is #98bbde


#98bbde Border Color

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

This div border color is #98bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbde

#98bbde Color Palettes


Comments

No comments written yet.

Please login to write comment.