Color Hex Logo

#99ea9d Color Hex

#99EA9D
(153,234,157)
0 Favorites   0 Comments

Color spaces of #99ea9d

RGB 153234157
HSL0.340.660.76
HSV123°35°92°
CMYK 0.350.000.33   0.08
XYZ48.645568.052342.4698
Yxy68.05230.30560.4276
Hunter Lab82.4938-39.105127.2218
CIE-Lab86.0326-39.846529.7892

#99ea9d color RGB value is (153,234,157).

#99ea9d hex color red value is 153, green value is 234 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #99ea9d hue: 0.34 , saturation: 0.66 and the lightness value of 99ea9d is 0.76.

The process color (four color CMYK) of #99ea9d color hex is 0.35, 0.00, 0.33, 0.08. Web safe color of #99ea9d is #99ff99. Color #99ea9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101010 10011101
Octal 231 352 235
Decimal 153 234 157
Hex 99 EA 9D

RGB Percentages of Color #99ea9d

%28.13
%43.01
%28.86

CMYK Percentages of Color #99ea9d

%35
%0
%33
%8

Triadic Colors of #99ea9d

#99ea9d #9d99ea #ea9d99

Analogous Colors of #99ea9d

#99ea9d #99eac6 #beea99

Monochromatic Colors of #99ea9d

#99ea9d

Complementary Color

#99ea9d #ea99e6

#99ea9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ea9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ea9d Color CSS Codes

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

#99ea9d Text Font Color

<p style="color:#99ea9d">Text here</p>

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


#99ea9d Background Color

<div style="background-color:#99ea9d">
Div content here</div>

This div background color is #99ea9d


#99ea9d Border Color

<div style="border:3px solid #99ea9d">
Div here</div>

This div border color is #99ea9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,234,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ea9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ea9d;
  -webkit-box-shadow: 1px 1px 3px 2px #99ea9d;
  box-shadow:         1px 1px 3px 2px #99ea9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ea9d


Comments

No comments written yet.

Please login to write comment.