Color Hex Logo

#98bad7 Color Hex

#98BAD7
(152,186,215)
1 Favorites   0 Comments

Color spaces of #98bad7

RGB 152186215
HSL0.580.440.72
HSV208°29°84°
CMYK 0.290.130.00   0.16
XYZ42.773546.699571.0495
Yxy46.69950.26650.2909
Hunter Lab68.3370-7.8631-13.8074
CIE-Lab73.9971-4.7570-18.3049

#98bad7 color RGB value is (152,186,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11010111
Octal 230 272 327
Decimal 152 186 215
Hex 98 BA D7

RGB Percentages of Color #98bad7

%27.49
%33.63
%38.88

CMYK Percentages of Color #98bad7

%29
%13
%0
%16

Triadic Colors of #98bad7

#98bad7 #d798ba #bad798

Analogous Colors of #98bad7

#98bad7 #989bd7 #98d7d5

Monochromatic Colors of #98bad7

#98bad7

Complementary Color

#98bad7 #d7b598

#98bad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bad7 Color CSS Codes

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

#98bad7 Text Font Color

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

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


#98bad7 Background Color

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

This div background color is #98bad7


#98bad7 Border Color

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

This div border color is #98bad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bad7

#98bad7 Color Palettes


Comments

No comments written yet.

Please login to write comment.