Color Hex Logo

#98bdcb Color Hex

#98BDCB
(152,189,203)
0 Favorites   0 Comments

Color spaces of #98bdcb

RGB 152189203
HSL0.550.330.70
HSV196°25°80°
CMYK 0.250.070.00   0.20
XYZ41.926047.382463.4359
Yxy47.38240.27450.3102
Hunter Lab68.8349-11.7401-6.4553
CIE-Lab74.4337-9.1862-11.1203

#98bdcb color RGB value is (152,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111101 11001011
Octal 230 275 313
Decimal 152 189 203
Hex 98 BD CB

RGB Percentages of Color #98bdcb

%27.94
%34.74
%37.32

CMYK Percentages of Color #98bdcb

%25
%7
%0
%20

Triadic Colors of #98bdcb

#98bdcb #cb98bd #bdcb98

Analogous Colors of #98bdcb

#98bdcb #98a4cb #98cbc0

Monochromatic Colors of #98bdcb

#98bdcb

Complementary Color

#98bdcb #cba698

#98bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bdcb Color CSS Codes

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

#98bdcb Text Font Color

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

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


#98bdcb Background Color

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

This div background color is #98bdcb


#98bdcb Border Color

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

This div border color is #98bdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,189,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 #98bdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bdcb


Comments

No comments written yet.

Please login to write comment.