Color Hex Logo

#98ebda Color Hex

#98EBDA
(152,235,218)
0 Favorites   0 Comments

Color spaces of #98ebda

RGB 152235218
HSL0.470.670.76
HSV168°35°92°
CMYK 0.350.000.07   0.08
XYZ55.312171.154077.1485
Yxy71.15400.27170.3495
Hunter Lab84.3528-30.57094.8208
CIE-Lab87.5598-28.93530.2509

#98ebda color RGB value is (152,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101011 11011010
Octal 230 353 332
Decimal 152 235 218
Hex 98 EB DA

RGB Percentages of Color #98ebda

%25.12
%38.84
%36.03

CMYK Percentages of Color #98ebda

%35
%0
%7
%8

Triadic Colors of #98ebda

#98ebda #da98eb #ebda98

Analogous Colors of #98ebda

#98ebda #98d3eb #98ebb1

Monochromatic Colors of #98ebda

#98ebda

Complementary Color

#98ebda #eb98a9

#98ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ebda Color CSS Codes

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

#98ebda Text Font Color

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

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


#98ebda Background Color

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

This div background color is #98ebda


#98ebda Border Color

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

This div border color is #98ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ebda


Comments

No comments written yet.

Please login to write comment.