Color Hex Logo

#97ebc8 Color Hex

#97EBC8
(151,235,200)
0 Favorites   0 Comments

Color spaces of #97ebc8

RGB 151235200
HSL0.430.680.76
HSV155°36°92°
CMYK 0.360.000.15   0.08
XYZ52.896270.166165.3991
Yxy70.16610.28070.3723
Hunter Lab83.7652-33.869612.3454
CIE-Lab87.0783-33.02818.9750

#97ebc8 color RGB value is (151,235,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101011 11001000
Octal 227 353 310
Decimal 151 235 200
Hex 97 EB C8

RGB Percentages of Color #97ebc8

%25.77
%40.10
%34.13

CMYK Percentages of Color #97ebc8

%36
%0
%15
%8

Triadic Colors of #97ebc8

#97ebc8 #c897eb #ebc897

Analogous Colors of #97ebc8

#97ebc8 #97e4eb #97eb9e

Monochromatic Colors of #97ebc8

#97ebc8

Complementary Color

#97ebc8 #eb97ba

#97ebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ebc8 Color CSS Codes

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

#97ebc8 Text Font Color

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

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


#97ebc8 Background Color

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

This div background color is #97ebc8


#97ebc8 Border Color

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

This div border color is #97ebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ebc8


Comments

No comments written yet.

Please login to write comment.