Color Hex Logo

#97edda Color Hex

#97EDDA
(151,237,218)
0 Favorites   0 Comments

Color spaces of #97edda

RGB 151237218
HSL0.460.700.76
HSV167°36°93°
CMYK 0.360.000.08   0.07
XYZ55.701672.209677.3317
Yxy72.20960.27140.3518
Hunter Lab84.9762-31.70235.5271
CIE-Lab88.0694-30.15430.9885

#97edda color RGB value is (151,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 11011010
Octal 227 355 332
Decimal 151 237 218
Hex 97 ED DA

RGB Percentages of Color #97edda

%24.92
%39.11
%35.97

CMYK Percentages of Color #97edda

%36
%0
%8
%7

Triadic Colors of #97edda

#97edda #da97ed #edda97

Analogous Colors of #97edda

#97edda #97d5ed #97edaf

Monochromatic Colors of #97edda

#97edda

Complementary Color

#97edda #ed97aa

#97edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97edda Color CSS Codes

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

#97edda Text Font Color

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

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


#97edda Background Color

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

This div background color is #97edda


#97edda Border Color

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

This div border color is #97edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97edda


Comments

No comments written yet.

Please login to write comment.