Color Hex Logo

#97ceaf Color Hex

#97CEAF
(151,206,175)
0 Favorites   0 Comments

Color spaces of #97ceaf

RGB 151206175
HSL0.410.360.70
HSV146°27°81°
CMYK 0.270.000.15   0.19
XYZ42.571753.817148.7014
Yxy53.81710.29340.3709
Hunter Lab73.3601-24.794711.9914
CIE-Lab78.3550-24.14429.7283

#97ceaf color RGB value is (151,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001110 10101111
Octal 227 316 257
Decimal 151 206 175
Hex 97 CE AF

RGB Percentages of Color #97ceaf

%28.38
%38.72
%32.89

CMYK Percentages of Color #97ceaf

%27
%0
%15
%19

Triadic Colors of #97ceaf

#97ceaf #af97ce #ceaf97

Analogous Colors of #97ceaf

#97ceaf #97cecb #9bce97

Monochromatic Colors of #97ceaf

#97ceaf

Complementary Color

#97ceaf #ce97b6

#97ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ceaf Color CSS Codes

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

#97ceaf Text Font Color

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

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


#97ceaf Background Color

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

This div background color is #97ceaf


#97ceaf Border Color

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

This div border color is #97ceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ceaf


Comments

No comments written yet.

Please login to write comment.