Color Hex Logo

#98bcbc Color Hex

#98BCBC
(152,188,188)
0 Favorites   0 Comments

Color spaces of #98bcbc

RGB 152188188
HSL0.500.210.67
HSV180°19°74°
CMYK 0.190.000.00   0.26
XYZ40.009246.272754.3998
Yxy46.27270.28440.3289
Hunter Lab68.0240-14.05500.2018
CIE-Lab73.7221-12.0102-4.0062

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

#98bcbc hex color red value is 152, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #98bcbc hue: 0.50 , saturation: 0.21 and the lightness value of 98bcbc is 0.67.

The process color (four color CMYK) of #98bcbc color hex is 0.19, 0.00, 0.00, 0.26. Web safe color of #98bcbc is #99cccc. Color #98bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 10111100
Octal 230 274 274
Decimal 152 188 188
Hex 98 BC BC

RGB Percentages of Color #98bcbc

%28.79
%35.61
%35.61

CMYK Percentages of Color #98bcbc

%19
%0
%0
%26

Triadic Colors of #98bcbc

#98bcbc #bc98bc #bcbc98

Analogous Colors of #98bcbc

#98bcbc #98aabc #98bcaa

Monochromatic Colors of #98bcbc

#98bcbc

Complementary Color

#98bcbc #bc9898

#98bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bcbc Color CSS Codes

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

#98bcbc Text Font Color

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

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


#98bcbc Background Color

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

This div background color is #98bcbc


#98bcbc Border Color

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

This div border color is #98bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bcbc


Comments

No comments written yet.

Please login to write comment.