Color Hex Logo

#98eace Color Hex

#98EACE
(152,234,206)
0 Favorites   0 Comments

Color spaces of #98eace

RGB 152234206
HSL0.440.660.76
HSV160°35°92°
CMYK 0.350.000.12   0.08
XYZ53.512369.977369.0791
Yxy69.97730.27790.3634
Hunter Lab83.6524-32.20579.5958
CIE-Lab86.9857-31.03875.7079

#98eace color RGB value is (152,234,206).

#98eace hex color red value is 152, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #98eace hue: 0.44 , saturation: 0.66 and the lightness value of 98eace is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101010 11001110
Octal 230 352 316
Decimal 152 234 206
Hex 98 EA CE

RGB Percentages of Color #98eace

%25.68
%39.53
%34.80

CMYK Percentages of Color #98eace

%35
%0
%12
%8

Triadic Colors of #98eace

#98eace #ce98ea #eace98

Analogous Colors of #98eace

#98eace #98ddea #98eaa5

Monochromatic Colors of #98eace

#98eace

Complementary Color

#98eace #ea98b4

#98eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eace Color CSS Codes

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

#98eace Text Font Color

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

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


#98eace Background Color

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

This div background color is #98eace


#98eace Border Color

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

This div border color is #98eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eace


Comments

No comments written yet.

Please login to write comment.