Color Hex Logo

#98bccb Color Hex

#98BCCB
(152,188,203)
0 Favorites   0 Comments

Color spaces of #98bccb

RGB 152188203
HSL0.550.330.70
HSV198°25°80°
CMYK 0.250.070.00   0.20
XYZ41.711646.953663.3644
Yxy46.95360.27440.3088
Hunter Lab68.5227-11.2570-6.8608
CIE-Lab74.1601-8.6567-11.5293

#98bccb color RGB value is (152,188,203).

#98bccb hex color red value is 152, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #98bccb hue: 0.55 , saturation: 0.33 and the lightness value of 98bccb is 0.70.

The process color (four color CMYK) of #98bccb color hex is 0.25, 0.07, 0.00, 0.20. Web safe color of #98bccb is #99cccc. Color #98bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 11001011
Octal 230 274 313
Decimal 152 188 203
Hex 98 BC CB

RGB Percentages of Color #98bccb

%27.99
%34.62
%37.38

CMYK Percentages of Color #98bccb

%25
%7
%0
%20

Triadic Colors of #98bccb

#98bccb #cb98bc #bccb98

Analogous Colors of #98bccb

#98bccb #98a3cb #98cbc1

Monochromatic Colors of #98bccb

#98bccb

Complementary Color

#98bccb #cba798

#98bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bccb Color CSS Codes

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

#98bccb Text Font Color

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

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


#98bccb Background Color

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

This div background color is #98bccb


#98bccb Border Color

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

This div border color is #98bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bccb


Comments

No comments written yet.

Please login to write comment.