Color Hex Logo

#97eabf Color Hex

#97EABF
(151,234,191)
0 Favorites   0 Comments

Color spaces of #97eabf

RGB 151234191
HSL0.410.660.75
HSV149°35°92°
CMYK 0.350.000.18   0.08
XYZ51.589369.186559.9255
Yxy69.18650.28550.3829
Hunter Lab83.1784-34.852215.5097
CIE-Lab86.5963-34.366212.9896

#97eabf color RGB value is (151,234,191).

#97eabf hex color red value is 151, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #97eabf hue: 0.41 , saturation: 0.66 and the lightness value of 97eabf is 0.75.

The process color (four color CMYK) of #97eabf color hex is 0.35, 0.00, 0.18, 0.08. Web safe color of #97eabf is #99ffcc. Color #97eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 10111111
Octal 227 352 277
Decimal 151 234 191
Hex 97 EA BF

RGB Percentages of Color #97eabf

%26.22
%40.63
%33.16

CMYK Percentages of Color #97eabf

%35
%0
%18
%8

Triadic Colors of #97eabf

#97eabf #bf97ea #eabf97

Analogous Colors of #97eabf

#97eabf #97eae9 #99ea97

Monochromatic Colors of #97eabf

#97eabf

Complementary Color

#97eabf #ea97c2

#97eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eabf Color CSS Codes

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

#97eabf Text Font Color

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

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


#97eabf Background Color

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

This div background color is #97eabf


#97eabf Border Color

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

This div border color is #97eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eabf


Comments

No comments written yet.

Please login to write comment.