Color Hex Logo

#97eddb Color Hex

#97EDDB
(151,237,219)
0 Favorites   0 Comments

Color spaces of #97eddb

RGB 151237219
HSL0.470.700.76
HSV167°36°93°
CMYK 0.360.000.08   0.07
XYZ55.832972.262278.0231
Yxy72.26220.27090.3506
Hunter Lab85.0072-31.52345.0862
CIE-Lab88.0946-29.93470.5018

#97eddb color RGB value is (151,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 11011011
Octal 227 355 333
Decimal 151 237 219
Hex 97 ED DB

RGB Percentages of Color #97eddb

%24.88
%39.04
%36.08

CMYK Percentages of Color #97eddb

%36
%0
%8
%7

Triadic Colors of #97eddb

#97eddb #db97ed #eddb97

Analogous Colors of #97eddb

#97eddb #97d4ed #97edb0

Monochromatic Colors of #97eddb

#97eddb

Complementary Color

#97eddb #ed97a9

#97eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eddb Color CSS Codes

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

#97eddb Text Font Color

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

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


#97eddb Background Color

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

This div background color is #97eddb


#97eddb Border Color

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

This div border color is #97eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eddb


Comments

No comments written yet.

Please login to write comment.