Color Hex Logo

#97eeac Color Hex

#97EEAC
(151,238,172)
0 Favorites   0 Comments

Color spaces of #97eeac

RGB 151238172
HSL0.370.720.76
HSV134°37°93°
CMYK 0.370.000.28   0.07
XYZ50.783470.706950.0010
Yxy70.70690.29610.4123
Hunter Lab84.0874-39.350423.6055
CIE-Lab87.3424-39.717023.8753

#97eeac color RGB value is (151,238,172).

#97eeac hex color red value is 151, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #97eeac hue: 0.37 , saturation: 0.72 and the lightness value of 97eeac is 0.76.

The process color (four color CMYK) of #97eeac color hex is 0.37, 0.00, 0.28, 0.07. Web safe color of #97eeac is #99ff99. Color #97eeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101110 10101100
Octal 227 356 254
Decimal 151 238 172
Hex 97 EE AC

RGB Percentages of Color #97eeac

%26.92
%42.42
%30.66

CMYK Percentages of Color #97eeac

%37
%0
%28
%7

Triadic Colors of #97eeac

#97eeac #ac97ee #eeac97

Analogous Colors of #97eeac

#97eeac #97eed8 #aeee97

Monochromatic Colors of #97eeac

#97eeac

Complementary Color

#97eeac #ee97d9

#97eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eeac Color CSS Codes

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

#97eeac Text Font Color

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

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


#97eeac Background Color

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

This div background color is #97eeac


#97eeac Border Color

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

This div border color is #97eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eeac


Comments

No comments written yet.

Please login to write comment.