Color Hex Logo

#98dbad Color Hex

#98DBAD
(152,219,173)
0 Favorites   0 Comments

Color spaces of #98dbad

RGB 152219173
HSL0.390.480.73
HSV139°31°86°
CMYK 0.310.000.21   0.14
XYZ45.823260.355648.7698
Yxy60.35560.29570.3895
Hunter Lab77.6889-30.670917.1624
CIE-Lab82.0311-30.488015.9949

#98dbad color RGB value is (152,219,173).

#98dbad hex color red value is 152, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #98dbad hue: 0.39 , saturation: 0.48 and the lightness value of 98dbad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011011 10101101
Octal 230 333 255
Decimal 152 219 173
Hex 98 DB AD

RGB Percentages of Color #98dbad

%27.94
%40.26
%31.80

CMYK Percentages of Color #98dbad

%31
%0
%21
%14

Triadic Colors of #98dbad

#98dbad #ad98db #dbad98

Analogous Colors of #98dbad

#98dbad #98dbcf #a5db98

Monochromatic Colors of #98dbad

#98dbad

Complementary Color

#98dbad #db98c6

#98dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dbad Color CSS Codes

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

#98dbad Text Font Color

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

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


#98dbad Background Color

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

This div background color is #98dbad


#98dbad Border Color

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

This div border color is #98dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dbad


Comments

No comments written yet.

Please login to write comment.