Color Hex Logo

#98ecde Color Hex

#98ECDE
(152,236,222)
0 Favorites   0 Comments

Color spaces of #98ecde

RGB 152236222
HSL0.470.690.76
HSV170°36°93°
CMYK 0.360.000.06   0.07
XYZ56.129271.940280.0348
Yxy71.94020.26970.3457
Hunter Lab84.8176-30.30593.4256
CIE-Lab87.9398-28.5278-1.2903

#98ecde color RGB value is (152,236,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101100 11011110
Octal 230 354 336
Decimal 152 236 222
Hex 98 EC DE

RGB Percentages of Color #98ecde

%24.92
%38.69
%36.39

CMYK Percentages of Color #98ecde

%36
%0
%6
%7

Triadic Colors of #98ecde

#98ecde #de98ec #ecde98

Analogous Colors of #98ecde

#98ecde #98d0ec #98ecb4

Monochromatic Colors of #98ecde

#98ecde

Complementary Color

#98ecde #ec98a6

#98ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ecde Color CSS Codes

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

#98ecde Text Font Color

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

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


#98ecde Background Color

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

This div background color is #98ecde


#98ecde Border Color

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

This div border color is #98ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ecde


Comments

No comments written yet.

Please login to write comment.