Color Hex Logo

#98deba Color Hex

#98DEBA
(152,222,186)
0 Favorites   0 Comments

Color spaces of #98deba

RGB 152222186
HSL0.410.510.73
HSV149°32°87°
CMYK 0.320.000.16   0.13
XYZ47.933162.463155.9846
Yxy62.46310.28810.3754
Hunter Lab79.0336-30.050313.3246
CIE-Lab83.1591-29.422710.7380

#98deba color RGB value is (152,222,186).

#98deba hex color red value is 152, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #98deba hue: 0.41 , saturation: 0.51 and the lightness value of 98deba is 0.73.

The process color (four color CMYK) of #98deba color hex is 0.32, 0.00, 0.16, 0.13. Web safe color of #98deba is #99cccc. Color #98deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 10111010
Octal 230 336 272
Decimal 152 222 186
Hex 98 DE BA

RGB Percentages of Color #98deba

%27.14
%39.64
%33.21

CMYK Percentages of Color #98deba

%32
%0
%16
%13

Triadic Colors of #98deba

#98deba #ba98de #deba98

Analogous Colors of #98deba

#98deba #98dedd #99de98

Monochromatic Colors of #98deba

#98deba

Complementary Color

#98deba #de98bc

#98deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98deba Color CSS Codes

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

#98deba Text Font Color

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

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


#98deba Background Color

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

This div background color is #98deba


#98deba Border Color

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

This div border color is #98deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98deba


Comments

No comments written yet.

Please login to write comment.