Color Hex Logo

#98edbd Color Hex

#98EDBD
(152,237,189)
0 Favorites   0 Comments

Color spaces of #98edbd

RGB 152237189
HSL0.410.700.76
HSV146°36°93°
CMYK 0.360.000.20   0.07
XYZ52.418470.917959.0699
Yxy70.91790.28740.3888
Hunter Lab84.2128-36.264717.3608
CIE-Lab87.4451-35.851415.2368

#98edbd color RGB value is (152,237,189).

#98edbd hex color red value is 152, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #98edbd hue: 0.41 , saturation: 0.70 and the lightness value of 98edbd is 0.76.

The process color (four color CMYK) of #98edbd color hex is 0.36, 0.00, 0.20, 0.07. Web safe color of #98edbd is #99ffcc. Color #98edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 10111101
Octal 230 355 275
Decimal 152 237 189
Hex 98 ED BD

RGB Percentages of Color #98edbd

%26.30
%41.00
%32.70

CMYK Percentages of Color #98edbd

%36
%0
%20
%7

Triadic Colors of #98edbd

#98edbd #bd98ed #edbd98

Analogous Colors of #98edbd

#98edbd #98ede8 #9eed98

Monochromatic Colors of #98edbd

#98edbd

Complementary Color

#98edbd #ed98c8

#98edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98edbd Color CSS Codes

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

#98edbd Text Font Color

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

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


#98edbd Background Color

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

This div background color is #98edbd


#98edbd Border Color

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

This div border color is #98edbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,237,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 #98edbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98edbd


Comments

No comments written yet.

Please login to write comment.