Color Hex Logo

#97ebea Color Hex

#97EBEA
(151,235,234)
0 Favorites   0 Comments

Color spaces of #97ebea

RGB 151235234
HSL0.500.680.76
HSV179°36°92°
CMYK 0.360.000.00   0.08
XYZ57.322171.936588.7058
Yxy71.93650.26300.3300
Hunter Lab84.8154-27.7885-2.6388
CIE-Lab87.9380-25.5691-7.5895

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101011 11101010
Octal 227 353 352
Decimal 151 235 234
Hex 97 EB EA

RGB Percentages of Color #97ebea

%24.35
%37.90
%37.74

CMYK Percentages of Color #97ebea

%36
%0
%0
%8

Triadic Colors of #97ebea

#97ebea #ea97eb #ebea97

Analogous Colors of #97ebea

#97ebea #97c2eb #97ebc0

Monochromatic Colors of #97ebea

#97ebea

Complementary Color

#97ebea #eb9798

#97ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ebea Color CSS Codes

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

#97ebea Text Font Color

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

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


#97ebea Background Color

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

This div background color is #97ebea


#97ebea Border Color

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

This div border color is #97ebea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,235,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 #97ebea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ebea


Comments

No comments written yet.

Please login to write comment.