Color Hex Logo

#97eddd Color Hex

#97EDDD
(151,237,221)
0 Favorites   0 Comments

Color spaces of #97eddd

RGB 151237221
HSL0.470.700.76
HSV169°36°93°
CMYK 0.360.000.07   0.07
XYZ56.097872.368179.4184
Yxy72.36810.26990.3481
Hunter Lab85.0694-31.16234.1972
CIE-Lab88.1455-29.4925-0.4711

#97eddd color RGB value is (151,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 11011101
Octal 227 355 335
Decimal 151 237 221
Hex 97 ED DD

RGB Percentages of Color #97eddd

%24.79
%38.92
%36.29

CMYK Percentages of Color #97eddd

%36
%0
%7
%7

Triadic Colors of #97eddd

#97eddd #dd97ed #eddd97

Analogous Colors of #97eddd

#97eddd #97d2ed #97edb2

Monochromatic Colors of #97eddd

#97eddd

Complementary Color

#97eddd #ed97a7

#97eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eddd Color CSS Codes

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

#97eddd Text Font Color

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

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


#97eddd Background Color

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

This div background color is #97eddd


#97eddd Border Color

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

This div border color is #97eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eddd


Comments

No comments written yet.

Please login to write comment.