Color Hex Logo

#98ddab Color Hex

#98DDAB
(152,221,171)
0 Favorites   0 Comments

Color spaces of #98ddab

RGB 152221171
HSL0.380.500.73
HSV137°31°87°
CMYK 0.310.000.23   0.13
XYZ46.156061.328647.9330
Yxy61.32860.29700.3946
Hunter Lab78.3126-31.842418.5290
CIE-Lab82.5551-31.799717.7785

#98ddab color RGB value is (152,221,171).

#98ddab hex color red value is 152, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #98ddab hue: 0.38 , saturation: 0.50 and the lightness value of 98ddab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011101 10101011
Octal 230 335 253
Decimal 152 221 171
Hex 98 DD AB

RGB Percentages of Color #98ddab

%27.94
%40.63
%31.43

CMYK Percentages of Color #98ddab

%31
%0
%23
%13

Triadic Colors of #98ddab

#98ddab #ab98dd #ddab98

Analogous Colors of #98ddab

#98ddab #98ddce #a8dd98

Monochromatic Colors of #98ddab

#98ddab

Complementary Color

#98ddab #dd98ca

#98ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ddab Color CSS Codes

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

#98ddab Text Font Color

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

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


#98ddab Background Color

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

This div background color is #98ddab


#98ddab Border Color

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

This div border color is #98ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ddab


Comments

No comments written yet.

Please login to write comment.