Color Hex Logo

#98cbb0 Color Hex

#98CBB0
(152,203,176)
0 Favorites   0 Comments

Color spaces of #98cbb0

RGB 152203176
HSL0.410.330.70
HSV148°25°80°
CMYK 0.250.000.13   0.20
XYZ42.141352.521948.9909
Yxy52.52190.29340.3656
Hunter Lab72.4720-23.031110.6505
CIE-Lab77.5919-22.14868.1101

#98cbb0 color RGB value is (152,203,176).

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

The process color (four color CMYK) of #98cbb0 color hex is 0.25, 0.00, 0.13, 0.20. Web safe color of #98cbb0 is #99cc99. Color #98cbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 10110000
Octal 230 313 260
Decimal 152 203 176
Hex 98 CB B0

RGB Percentages of Color #98cbb0

%28.63
%38.23
%33.15

CMYK Percentages of Color #98cbb0

%25
%0
%13
%20

Triadic Colors of #98cbb0

#98cbb0 #b098cb #cbb098

Analogous Colors of #98cbb0

#98cbb0 #98cbca #9acb98

Monochromatic Colors of #98cbb0

#98cbb0

Complementary Color

#98cbb0 #cb98b3

#98cbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbb0 Color CSS Codes

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

#98cbb0 Text Font Color

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

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


#98cbb0 Background Color

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

This div background color is #98cbb0


#98cbb0 Border Color

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

This div border color is #98cbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbb0


Comments

No comments written yet.

Please login to write comment.