Color Hex Logo

#98badd Color Hex

#98BADD
(152,186,221)
0 Favorites   0 Comments

Color spaces of #98badd

RGB 152186221
HSL0.580.500.73
HSV210°31°87°
CMYK 0.310.160.00   0.13
XYZ43.558947.013775.1854
Yxy47.01370.26280.2836
Hunter Lab68.5665-6.5941-17.0168
CIE-Lab74.1985-3.2941-21.2604

#98badd color RGB value is (152,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11011101
Octal 230 272 335
Decimal 152 186 221
Hex 98 BA DD

RGB Percentages of Color #98badd

%27.19
%33.27
%39.53

CMYK Percentages of Color #98badd

%31
%16
%0
%13

Triadic Colors of #98badd

#98badd #dd98ba #badd98

Analogous Colors of #98badd

#98badd #9998dd #98dddd

Monochromatic Colors of #98badd

#98badd

Complementary Color

#98badd #ddbb98

#98badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98badd Color CSS Codes

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

#98badd Text Font Color

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

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


#98badd Background Color

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

This div background color is #98badd


#98badd Border Color

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

This div border color is #98badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98badd


Comments

No comments written yet.

Please login to write comment.