Color Hex Logo

#98cdbd Color Hex

#98CDBD
(152,205,189)
0 Favorites   0 Comments

Color spaces of #98cdbd

RGB 152205189
HSL0.450.350.70
HSV162°26°80°
CMYK 0.260.000.08   0.20
XYZ43.965554.012256.2523
Yxy54.01220.28510.3502
Hunter Lab73.4930-21.82926.0639
CIE-Lab78.4688-20.50482.3964

#98cdbd color RGB value is (152,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001101 10111101
Octal 230 315 275
Decimal 152 205 189
Hex 98 CD BD

RGB Percentages of Color #98cdbd

%27.84
%37.55
%34.62

CMYK Percentages of Color #98cdbd

%26
%0
%8
%20

Triadic Colors of #98cdbd

#98cdbd #bd98cd #cdbd98

Analogous Colors of #98cdbd

#98cdbd #98c3cd #98cda3

Monochromatic Colors of #98cdbd

#98cdbd

Complementary Color

#98cdbd #cd98a8

#98cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cdbd Color CSS Codes

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

#98cdbd Text Font Color

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

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


#98cdbd Background Color

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

This div background color is #98cdbd


#98cdbd Border Color

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

This div border color is #98cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cdbd


Comments

No comments written yet.

Please login to write comment.