Color Hex Logo

#97ebcb Color Hex

#97EBCB
(151,235,203)
0 Favorites   0 Comments

Color spaces of #97ebcb

RGB 151235203
HSL0.440.680.76
HSV157°36°92°
CMYK 0.360.000.14   0.08
XYZ53.250370.307867.2641
Yxy70.30780.27910.3684
Hunter Lab83.8497-33.377411.1325
CIE-Lab87.1476-32.41137.5055

#97ebcb color RGB value is (151,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101011 11001011
Octal 227 353 313
Decimal 151 235 203
Hex 97 EB CB

RGB Percentages of Color #97ebcb

%25.64
%39.90
%34.47

CMYK Percentages of Color #97ebcb

%36
%0
%14
%8

Triadic Colors of #97ebcb

#97ebcb #cb97eb #ebcb97

Analogous Colors of #97ebcb

#97ebcb #97e1eb #97eba1

Monochromatic Colors of #97ebcb

#97ebcb

Complementary Color

#97ebcb #eb97b7

#97ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ebcb Color CSS Codes

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

#97ebcb Text Font Color

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

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


#97ebcb Background Color

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

This div background color is #97ebcb


#97ebcb Border Color

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

This div border color is #97ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ebcb


Comments

No comments written yet.

Please login to write comment.