Color Hex Logo

#97eaea Color Hex

#97EAEA
(151,234,234)
0 Favorites   0 Comments

Color spaces of #97eaea

RGB 151234234
HSL0.500.660.75
HSV180°35°92°
CMYK 0.350.000.00   0.08
XYZ57.036671.365588.6107
Yxy71.36550.26280.3289
Hunter Lab84.4781-27.3199-3.0557
CIE-Lab87.6623-25.0831-7.9982

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11101010
Octal 227 352 352
Decimal 151 234 234
Hex 97 EA EA

RGB Percentages of Color #97eaea

%24.39
%37.80
%37.80

CMYK Percentages of Color #97eaea

%35
%0
%0
%8

Triadic Colors of #97eaea

#97eaea #ea97ea #eaea97

Analogous Colors of #97eaea

#97eaea #97c1ea #97eac1

Monochromatic Colors of #97eaea

#97eaea

Complementary Color

#97eaea #ea9797

#97eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eaea Color CSS Codes

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

#97eaea Text Font Color

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

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


#97eaea Background Color

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

This div background color is #97eaea


#97eaea Border Color

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

This div border color is #97eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eaea


Comments

No comments written yet.

Please login to write comment.