Color Hex Logo

#98bbdc Color Hex

#98BBDC
(152,187,220)
0 Favorites   0 Comments

Color spaces of #98bbdc

RGB 152187220
HSL0.580.490.73
HSV209°31°86°
CMYK 0.310.150.00   0.14
XYZ43.637547.383474.5561
Yxy47.38340.26350.2862
Hunter Lab68.8356-7.3044-16.0323
CIE-Lab74.4343-4.0788-20.3593

#98bbdc color RGB value is (152,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 11011100
Octal 230 273 334
Decimal 152 187 220
Hex 98 BB DC

RGB Percentages of Color #98bbdc

%27.19
%33.45
%39.36

CMYK Percentages of Color #98bbdc

%31
%15
%0
%14

Triadic Colors of #98bbdc

#98bbdc #dc98bb #bbdc98

Analogous Colors of #98bbdc

#98bbdc #9899dc #98dcdb

Monochromatic Colors of #98bbdc

#98bbdc

Complementary Color

#98bbdc #dcb998

#98bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbdc Color CSS Codes

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

#98bbdc Text Font Color

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

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


#98bbdc Background Color

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

This div background color is #98bbdc


#98bbdc Border Color

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

This div border color is #98bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbdc


Comments

No comments written yet.

Please login to write comment.