Color Hex Logo

#97ca81 Color Hex

#97CA81
(151,202,129)
0 Favorites   0 Comments

Color spaces of #97ca81

RGB 151202129
HSL0.280.410.65
HSV102°36°79°
CMYK 0.250.000.36   0.21
XYZ37.845550.405328.5034
Yxy50.40530.32410.4317
Hunter Lab70.9967-29.093025.8942
CIE-Lab76.3174-30.077131.2271

#97ca81 color RGB value is (151,202,129).

#97ca81 hex color red value is 151, green value is 202 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #97ca81 hue: 0.28 , saturation: 0.41 and the lightness value of 97ca81 is 0.65.

The process color (four color CMYK) of #97ca81 color hex is 0.25, 0.00, 0.36, 0.21. Web safe color of #97ca81 is #99cc99. Color #97ca81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001010 10000001
Octal 227 312 201
Decimal 151 202 129
Hex 97 CA 81

RGB Percentages of Color #97ca81

%31.33
%41.91
%26.76

CMYK Percentages of Color #97ca81

%25
%0
%36
%21

Triadic Colors of #97ca81

#97ca81 #8197ca #ca8197

Analogous Colors of #97ca81

#97ca81 #81ca90 #bcca81

Monochromatic Colors of #97ca81

#97ca81

Complementary Color

#97ca81 #b481ca

#97ca81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ca81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ca81 Color CSS Codes

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

#97ca81 Text Font Color

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

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


#97ca81 Background Color

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

This div background color is #97ca81


#97ca81 Border Color

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

This div border color is #97ca81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ca81


Comments

No comments written yet.

Please login to write comment.