Color Hex Logo

#98d0cb Color Hex

#98D0CB
(152,208,203)
0 Favorites   0 Comments

Color spaces of #98d0cb

RGB 152208203
HSL0.490.370.71
HSV175°27°82°
CMYK 0.270.000.02   0.18
XYZ46.284356.098964.8887
Yxy56.09890.27670.3354
Hunter Lab74.8992-20.76871.0637
CIE-Lab79.6701-19.0005-3.3576

#98d0cb color RGB value is (152,208,203).

#98d0cb hex color red value is 152, green value is 208 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #98d0cb hue: 0.49 , saturation: 0.37 and the lightness value of 98d0cb is 0.71.

The process color (four color CMYK) of #98d0cb color hex is 0.27, 0.00, 0.02, 0.18. Web safe color of #98d0cb is #99cccc. Color #98d0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010000 11001011
Octal 230 320 313
Decimal 152 208 203
Hex 98 D0 CB

RGB Percentages of Color #98d0cb

%27.00
%36.94
%36.06

CMYK Percentages of Color #98d0cb

%27
%0
%2
%18

Triadic Colors of #98d0cb

#98d0cb #cb98d0 #d0cb98

Analogous Colors of #98d0cb

#98d0cb #98b9d0 #98d0af

Monochromatic Colors of #98d0cb

#98d0cb

Complementary Color

#98d0cb #d0989d

#98d0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d0cb Color CSS Codes

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

#98d0cb Text Font Color

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

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


#98d0cb Background Color

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

This div background color is #98d0cb


#98d0cb Border Color

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

This div border color is #98d0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d0cb


Comments

No comments written yet.

Please login to write comment.