Color Hex Logo

#97dd17 Color Hex

#97DD17
(151,221,23)
0 Favorites   0 Comments

Color spaces of #97dd17

RGB 15122123
HSL0.230.810.48
HSV81°90°87°
CMYK 0.320.000.90   0.13
XYZ38.773658.354110.0305
Yxy58.35410.36180.5446
Hunter Lab76.3899-43.080145.6877
CIE-Lab80.9353-46.999276.8028

#97dd17 color RGB value is (151,221,23).

#97dd17 hex color red value is 151, green value is 221 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #97dd17 hue: 0.23 , saturation: 0.81 and the lightness value of 97dd17 is 0.48.

The process color (four color CMYK) of #97dd17 color hex is 0.32, 0.00, 0.90, 0.13. Web safe color of #97dd17 is #99cc00. Color #97dd17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 00010111
Octal 227 335 27
Decimal 151 221 23
Hex 97 DD 17

RGB Percentages of Color #97dd17

%38.23
%55.95
%5.82

CMYK Percentages of Color #97dd17

%32
%0
%90
%13

Triadic Colors of #97dd17

#97dd17 #1797dd #dd1797

Analogous Colors of #97dd17

#97dd17 #34dd17 #ddc017

Monochromatic Colors of #97dd17

#97dd17

Complementary Color

#97dd17 #5d17dd

#97dd17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dd17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dd17 Color CSS Codes

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

#97dd17 Text Font Color

<p style="color:#97dd17">Text here</p>

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


#97dd17 Background Color

<div style="background-color:#97dd17">
Div content here</div>

This div background color is #97dd17


#97dd17 Border Color

<div style="border:3px solid #97dd17">
Div here</div>

This div border color is #97dd17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,221,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97dd17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97dd17;
  -webkit-box-shadow: 1px 1px 3px 2px #97dd17;
  box-shadow:         1px 1px 3px 2px #97dd17; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,221,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dd17


Comments

No comments written yet.

Please login to write comment.