Color Hex Logo

#98dabb Color Hex

#98DABB
(152,218,187)
0 Favorites   0 Comments

Color spaces of #98dabb

RGB 152218187
HSL0.420.470.73
HSV152°30°85°
CMYK 0.300.000.14   0.15
XYZ46.989960.406156.1966
Yxy60.40610.28720.3692
Hunter Lab77.7214-28.092311.5352
CIE-Lab82.0584-27.30638.6383

#98dabb color RGB value is (152,218,187).

#98dabb hex color red value is 152, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #98dabb hue: 0.42 , saturation: 0.47 and the lightness value of 98dabb is 0.73.

The process color (four color CMYK) of #98dabb color hex is 0.30, 0.00, 0.14, 0.15. Web safe color of #98dabb is #99cccc. Color #98dabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011010 10111011
Octal 230 332 273
Decimal 152 218 187
Hex 98 DA BB

RGB Percentages of Color #98dabb

%27.29
%39.14
%33.57

CMYK Percentages of Color #98dabb

%30
%0
%14
%15

Triadic Colors of #98dabb

#98dabb #bb98da #dabb98

Analogous Colors of #98dabb

#98dabb #98d8da #98da9a

Monochromatic Colors of #98dabb

#98dabb

Complementary Color

#98dabb #da98b7

#98dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dabb Color CSS Codes

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

#98dabb Text Font Color

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

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


#98dabb Background Color

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

This div background color is #98dabb


#98dabb Border Color

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

This div border color is #98dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dabb


Comments

No comments written yet.

Please login to write comment.