Color Hex Logo

#97eace Color Hex

#97EACE
(151,234,206)
0 Favorites   0 Comments

Color spaces of #97eace

RGB 151234206
HSL0.440.660.75
HSV160°35°92°
CMYK 0.350.000.12   0.08
XYZ53.325969.881269.0704
Yxy69.88120.27730.3634
Hunter Lab83.5950-32.42469.5281
CIE-Lab86.9386-31.31535.6338

#97eace color RGB value is (151,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11001110
Octal 227 352 316
Decimal 151 234 206
Hex 97 EA CE

RGB Percentages of Color #97eace

%25.55
%39.59
%34.86

CMYK Percentages of Color #97eace

%35
%0
%12
%8

Triadic Colors of #97eace

#97eace #ce97ea #eace97

Analogous Colors of #97eace

#97eace #97ddea #97eaa5

Monochromatic Colors of #97eace

#97eace

Complementary Color

#97eace #ea97b3

#97eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eace Color CSS Codes

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

#97eace Text Font Color

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

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


#97eace Background Color

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

This div background color is #97eace


#97eace Border Color

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

This div border color is #97eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eace


Comments

No comments written yet.

Please login to write comment.