Color Hex Logo

#97eac4 Color Hex

#97EAC4
(151,234,196)
0 Favorites   0 Comments

Color spaces of #97eac4

RGB 151234196
HSL0.420.660.75
HSV153°35°92°
CMYK 0.350.000.16   0.08
XYZ52.149169.410562.8736
Yxy69.41050.28280.3763
Hunter Lab83.3130-34.067013.5748
CIE-Lab86.7069-33.373010.5355

#97eac4 color RGB value is (151,234,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11000100
Octal 227 352 304
Decimal 151 234 196
Hex 97 EA C4

RGB Percentages of Color #97eac4

%25.99
%40.28
%33.73

CMYK Percentages of Color #97eac4

%35
%0
%16
%8

Triadic Colors of #97eac4

#97eac4 #c497ea #eac497

Analogous Colors of #97eac4

#97eac4 #97e7ea #97ea9b

Monochromatic Colors of #97eac4

#97eac4

Complementary Color

#97eac4 #ea97bd

#97eac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eac4 Color CSS Codes

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

#97eac4 Text Font Color

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

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


#97eac4 Background Color

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

This div background color is #97eac4


#97eac4 Border Color

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

This div border color is #97eac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eac4


Comments

No comments written yet.

Please login to write comment.