Color Hex Logo

#99d28e Color Hex

#99D28E
(153,210,142)
0 Favorites   0 Comments

Color spaces of #99d28e

RGB 153210142
HSL0.310.430.69
HSV110°32°82°
CMYK 0.270.000.32   0.18
XYZ41.065954.818534.0078
Yxy54.81850.31620.4220
Hunter Lab74.0395-30.564424.5946
CIE-Lab78.9366-31.216027.9870

#99d28e color RGB value is (153,210,142).

#99d28e hex color red value is 153, green value is 210 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #99d28e hue: 0.31 , saturation: 0.43 and the lightness value of 99d28e is 0.69.

The process color (four color CMYK) of #99d28e color hex is 0.27, 0.00, 0.32, 0.18. Web safe color of #99d28e is #99cc99. Color #99d28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11010010 10001110
Octal 231 322 216
Decimal 153 210 142
Hex 99 D2 8E

RGB Percentages of Color #99d28e

%30.30
%41.58
%28.12

CMYK Percentages of Color #99d28e

%27
%0
%32
%18

Triadic Colors of #99d28e

#99d28e #8e99d2 #d28e99

Analogous Colors of #99d28e

#99d28e #8ed2a5 #bbd28e

Monochromatic Colors of #99d28e

#99d28e

Complementary Color

#99d28e #c78ed2

#99d28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99d28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99d28e Color CSS Codes

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

#99d28e Text Font Color

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

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


#99d28e Background Color

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

This div background color is #99d28e


#99d28e Border Color

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

This div border color is #99d28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99d28e


Comments

No comments written yet.

Please login to write comment.