Color Hex Logo

#97dcae Color Hex

#97DCAE
(151,220,174)
0 Favorites   0 Comments

Color spaces of #97dcae

RGB 151220174
HSL0.390.500.73
HSV140°31°86°
CMYK 0.310.000.21   0.14
XYZ45.995760.821749.3599
Yxy60.82170.29450.3894
Hunter Lab77.9883-31.204217.0663
CIE-Lab82.2828-31.081615.8141

#97dcae color RGB value is (151,220,174).

#97dcae hex color red value is 151, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #97dcae hue: 0.39 , saturation: 0.50 and the lightness value of 97dcae is 0.73.

The process color (four color CMYK) of #97dcae color hex is 0.31, 0.00, 0.21, 0.14. Web safe color of #97dcae is #99cc99. Color #97dcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 10101110
Octal 227 334 256
Decimal 151 220 174
Hex 97 DC AE

RGB Percentages of Color #97dcae

%27.71
%40.37
%31.93

CMYK Percentages of Color #97dcae

%31
%0
%21
%14

Triadic Colors of #97dcae

#97dcae #ae97dc #dcae97

Analogous Colors of #97dcae

#97dcae #97dcd1 #a3dc97

Monochromatic Colors of #97dcae

#97dcae

Complementary Color

#97dcae #dc97c5

#97dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dcae Color CSS Codes

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

#97dcae Text Font Color

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

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


#97dcae Background Color

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

This div background color is #97dcae


#97dcae Border Color

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

This div border color is #97dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dcae


Comments

No comments written yet.

Please login to write comment.