Color Hex Logo

#98debd Color Hex

#98DEBD
(152,222,189)
0 Favorites   0 Comments

Color spaces of #98debd

RGB 152222189
HSL0.420.510.73
HSV152°32°87°
CMYK 0.320.000.15   0.13
XYZ48.255562.592157.6823
Yxy62.59210.28630.3714
Hunter Lab79.1152-29.577312.1527
CIE-Lab83.2273-28.82649.2521

#98debd color RGB value is (152,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 10111101
Octal 230 336 275
Decimal 152 222 189
Hex 98 DE BD

RGB Percentages of Color #98debd

%27.00
%39.43
%33.57

CMYK Percentages of Color #98debd

%32
%0
%15
%13

Triadic Colors of #98debd

#98debd #bd98de #debd98

Analogous Colors of #98debd

#98debd #98dcde #98de9a

Monochromatic Colors of #98debd

#98debd

Complementary Color

#98debd #de98b9

#98debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98debd Color CSS Codes

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

#98debd Text Font Color

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

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


#98debd Background Color

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

This div background color is #98debd


#98debd Border Color

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

This div border color is #98debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98debd


Comments

No comments written yet.

Please login to write comment.