Color Hex Logo

#9ddf98 Color Hex

#9DDF98
(157,223,152)
0 Favorites   0 Comments

Color spaces of #9ddf98

RGB 157223152
HSL0.320.530.74
HSV116°32°87°
CMYK 0.300.000.32   0.13
XYZ45.959862.210439.2912
Yxy62.21040.31170.4219
Hunter Lab78.8736-34.016425.6759
CIE-Lab83.0252-34.383728.3445

#9ddf98 color RGB value is (157,223,152).

#9ddf98 hex color red value is 157, green value is 223 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #9ddf98 hue: 0.32 , saturation: 0.53 and the lightness value of 9ddf98 is 0.74.

The process color (four color CMYK) of #9ddf98 color hex is 0.30, 0.00, 0.32, 0.13. Web safe color of #9ddf98 is #99cc99. Color #9ddf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 10011000
Octal 235 337 230
Decimal 157 223 152
Hex 9D DF 98

RGB Percentages of Color #9ddf98

%29.51
%41.92
%28.57

CMYK Percentages of Color #9ddf98

%30
%0
%32
%13

Triadic Colors of #9ddf98

#9ddf98 #989ddf #df989d

Analogous Colors of #9ddf98

#9ddf98 #98dfb7 #c1df98

Monochromatic Colors of #9ddf98

#9ddf98

Complementary Color

#9ddf98 #da98df

#9ddf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddf98 Color CSS Codes

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

#9ddf98 Text Font Color

<p style="color:#9ddf98">Text here</p>

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


#9ddf98 Background Color

<div style="background-color:#9ddf98">
Div content here</div>

This div background color is #9ddf98


#9ddf98 Border Color

<div style="border:3px solid #9ddf98">
Div here</div>

This div border color is #9ddf98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,223,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ddf98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ddf98;
  -webkit-box-shadow: 1px 1px 3px 2px #9ddf98;
  box-shadow:         1px 1px 3px 2px #9ddf98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddf98


Comments

No comments written yet.

Please login to write comment.