Color Hex Logo

#98bcb5 Color Hex

#98BCB5
(152,188,181)
0 Favorites   0 Comments

Color spaces of #98bcb5

RGB 152188181
HSL0.470.210.67
HSV168°19°74°
CMYK 0.190.000.04   0.26
XYZ39.272645.978050.5208
Yxy45.97800.28930.3386
Hunter Lab67.8071-15.27853.2899
CIE-Lab73.5313-13.5014-0.4699

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 10110101
Octal 230 274 265
Decimal 152 188 181
Hex 98 BC B5

RGB Percentages of Color #98bcb5

%29.17
%36.08
%34.74

CMYK Percentages of Color #98bcb5

%19
%0
%4
%26

Triadic Colors of #98bcb5

#98bcb5 #b598bc #bcb598

Analogous Colors of #98bcb5

#98bcb5 #98b1bc #98bca3

Monochromatic Colors of #98bcb5

#98bcb5

Complementary Color

#98bcb5 #bc989f

#98bcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bcb5 Color CSS Codes

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

#98bcb5 Text Font Color

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

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


#98bcb5 Background Color

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

This div background color is #98bcb5


#98bcb5 Border Color

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

This div border color is #98bcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bcb5


Comments

No comments written yet.

Please login to write comment.