Color Hex Logo

#97ffaf Color Hex

#97FFAF
(151,255,175)
0 Favorites   0 Comments

Color spaces of #97ffaf

RGB 151255175
HSL0.371.000.80
HSV134°41°100°
CMYK 0.410.000.31   0.00
XYZ56.260481.194553.2643
Yxy81.19450.29500.4257
Hunter Lab90.1080-46.239628.0283
CIE-Lab92.2182-46.642528.9955

#97ffaf color RGB value is (151,255,175).

#97ffaf hex color red value is 151, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #97ffaf hue: 0.37 , saturation: 1.00 and the lightness value of 97ffaf is 0.80.

The process color (four color CMYK) of #97ffaf color hex is 0.41, 0.00, 0.31, 0.00. Web safe color of #97ffaf is #99ff99. Color #97ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 10101111
Octal 227 377 257
Decimal 151 255 175
Hex 97 FF AF

RGB Percentages of Color #97ffaf

%25.99
%43.89
%30.12

CMYK Percentages of Color #97ffaf

%41
%0
%31
%0

Triadic Colors of #97ffaf

#97ffaf #af97ff #ffaf97

Analogous Colors of #97ffaf

#97ffaf #97ffe3 #b3ff97

Monochromatic Colors of #97ffaf

#97ffaf

Complementary Color

#97ffaf #ff97e7

#97ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ffaf Color CSS Codes

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

#97ffaf Text Font Color

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

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


#97ffaf Background Color

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

This div background color is #97ffaf


#97ffaf Border Color

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

This div border color is #97ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.