Color Hex Logo

#97deab Color Hex

#97DEAB
(151,222,171)
0 Favorites   0 Comments

Color spaces of #97deab

RGB 151222171
HSL0.380.520.73
HSV137°32°87°
CMYK 0.320.000.23   0.13
XYZ46.234561.762148.0125
Yxy61.76210.29640.3959
Hunter Lab78.5889-32.517418.7900
CIE-Lab82.7867-32.575618.0939

#97deab color RGB value is (151,222,171).

#97deab hex color red value is 151, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #97deab hue: 0.38 , saturation: 0.52 and the lightness value of 97deab is 0.73.

The process color (four color CMYK) of #97deab color hex is 0.32, 0.00, 0.23, 0.13. Web safe color of #97deab is #99cc99. Color #97deab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011110 10101011
Octal 227 336 253
Decimal 151 222 171
Hex 97 DE AB

RGB Percentages of Color #97deab

%27.76
%40.81
%31.43

CMYK Percentages of Color #97deab

%32
%0
%23
%13

Triadic Colors of #97deab

#97deab #ab97de #deab97

Analogous Colors of #97deab

#97deab #97decf #a7de97

Monochromatic Colors of #97deab

#97deab

Complementary Color

#97deab #de97ca

#97deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#97deab Color CSS Codes

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

#97deab Text Font Color

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

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


#97deab Background Color

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

This div background color is #97deab


#97deab Border Color

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

This div border color is #97deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97deab


Comments

No comments written yet.

Please login to write comment.