Color Hex Logo

#98ddac Color Hex

#98DDAC
(152,221,172)
0 Favorites   0 Comments

Color spaces of #98ddac

RGB 152221172
HSL0.380.500.73
HSV137°31°87°
CMYK 0.310.000.22   0.13
XYZ46.251761.366948.4370
Yxy61.36690.29640.3932
Hunter Lab78.3370-31.699918.1760
CIE-Lab82.5756-31.616717.2825

#98ddac color RGB value is (152,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011101 10101100
Octal 230 335 254
Decimal 152 221 172
Hex 98 DD AC

RGB Percentages of Color #98ddac

%27.89
%40.55
%31.56

CMYK Percentages of Color #98ddac

%31
%0
%22
%13

Triadic Colors of #98ddac

#98ddac #ac98dd #ddac98

Analogous Colors of #98ddac

#98ddac #98ddcf #a7dd98

Monochromatic Colors of #98ddac

#98ddac

Complementary Color

#98ddac #dd98c9

#98ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ddac Color CSS Codes

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

#98ddac Text Font Color

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

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


#98ddac Background Color

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

This div background color is #98ddac


#98ddac Border Color

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

This div border color is #98ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ddac


Comments

No comments written yet.

Please login to write comment.