Color Hex Logo

#98edac Color Hex

#98EDAC
(152,237,172)
0 Favorites   0 Comments

Color spaces of #98edac

RGB 152237172
HSL0.370.700.76
HSV134°36°93°
CMYK 0.360.000.27   0.07
XYZ50.679570.222349.9129
Yxy70.22230.29670.4111
Hunter Lab83.7987-38.695223.3443
CIE-Lab87.1058-38.973923.5580

#98edac color RGB value is (152,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 10101100
Octal 230 355 254
Decimal 152 237 172
Hex 98 ED AC

RGB Percentages of Color #98edac

%27.09
%42.25
%30.66

CMYK Percentages of Color #98edac

%36
%0
%27
%7

Triadic Colors of #98edac

#98edac #ac98ed #edac98

Analogous Colors of #98edac

#98edac #98edd7 #afed98

Monochromatic Colors of #98edac

#98edac

Complementary Color

#98edac #ed98d9

#98edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98edac Color CSS Codes

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

#98edac Text Font Color

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

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


#98edac Background Color

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

This div background color is #98edac


#98edac Border Color

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

This div border color is #98edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98edac


Comments

No comments written yet.

Please login to write comment.