Color Hex Logo

#97ecde Color Hex

#97ECDE
(151,236,222)
0 Favorites   0 Comments

Color spaces of #97ecde

RGB 151236222
HSL0.470.690.76
HSV170°36°93°
CMYK 0.360.000.06   0.07
XYZ55.942871.844180.0261
Yxy71.84410.26920.3457
Hunter Lab84.7609-30.52033.3546
CIE-Lab87.8935-28.7931-1.3636

#97ecde color RGB value is (151,236,222).

#97ecde hex color red value is 151, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #97ecde hue: 0.47 , saturation: 0.69 and the lightness value of 97ecde is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101100 11011110
Octal 227 354 336
Decimal 151 236 222
Hex 97 EC DE

RGB Percentages of Color #97ecde

%24.79
%38.75
%36.45

CMYK Percentages of Color #97ecde

%36
%0
%6
%7

Triadic Colors of #97ecde

#97ecde #de97ec #ecde97

Analogous Colors of #97ecde

#97ecde #97d0ec #97ecb4

Monochromatic Colors of #97ecde

#97ecde

Complementary Color

#97ecde #ec97a5

#97ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ecde Color CSS Codes

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

#97ecde Text Font Color

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

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


#97ecde Background Color

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

This div background color is #97ecde


#97ecde Border Color

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

This div border color is #97ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ecde


Comments

No comments written yet.

Please login to write comment.