Color Hex Logo

#98dcaf Color Hex

#98DCAF
(152,220,175)
0 Favorites   0 Comments

Color spaces of #98dcaf

RGB 152220175
HSL0.390.490.73
HSV140°31°86°
CMYK 0.310.000.20   0.14
XYZ46.280060.956949.8841
Yxy60.95690.29460.3880
Hunter Lab78.0749-30.822716.7705
CIE-Lab82.3556-30.588115.3976

#98dcaf color RGB value is (152,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 10101111
Octal 230 334 257
Decimal 152 220 175
Hex 98 DC AF

RGB Percentages of Color #98dcaf

%27.79
%40.22
%31.99

CMYK Percentages of Color #98dcaf

%31
%0
%20
%14

Triadic Colors of #98dcaf

#98dcaf #af98dc #dcaf98

Analogous Colors of #98dcaf

#98dcaf #98dcd1 #a3dc98

Monochromatic Colors of #98dcaf

#98dcaf

Complementary Color

#98dcaf #dc98c5

#98dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcaf Color CSS Codes

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

#98dcaf Text Font Color

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

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


#98dcaf Background Color

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

This div background color is #98dcaf


#98dcaf Border Color

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

This div border color is #98dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcaf


Comments

No comments written yet.

Please login to write comment.