Color Hex Logo

#97ceab Color Hex

#97CEAB
(151,206,171)
0 Favorites   0 Comments

Color spaces of #97ceab

RGB 151206171
HSL0.390.360.70
HSV142°27°81°
CMYK 0.270.000.17   0.19
XYZ42.184553.662246.6626
Yxy53.66220.29600.3766
Hunter Lab73.2545-25.403913.5108
CIE-Lab78.2644-24.917011.7369

#97ceab color RGB value is (151,206,171).

#97ceab hex color red value is 151, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #97ceab hue: 0.39 , saturation: 0.36 and the lightness value of 97ceab is 0.70.

The process color (four color CMYK) of #97ceab color hex is 0.27, 0.00, 0.17, 0.19. Web safe color of #97ceab is #99cc99. Color #97ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001110 10101011
Octal 227 316 253
Decimal 151 206 171
Hex 97 CE AB

RGB Percentages of Color #97ceab

%28.60
%39.02
%32.39

CMYK Percentages of Color #97ceab

%27
%0
%17
%19

Triadic Colors of #97ceab

#97ceab #ab97ce #ceab97

Analogous Colors of #97ceab

#97ceab #97cec7 #9fce97

Monochromatic Colors of #97ceab

#97ceab

Complementary Color

#97ceab #ce97ba

#97ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ceab Color CSS Codes

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

#97ceab Text Font Color

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

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


#97ceab Background Color

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

This div background color is #97ceab


#97ceab Border Color

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

This div border color is #97ceab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,206,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 #97ceab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ceab


Comments

No comments written yet.

Please login to write comment.