Color Hex Logo

#97bead Color Hex

#97BEAD
(151,190,173)
0 Favorites   0 Comments

Color spaces of #97bead

RGB 151190173
HSL0.430.230.67
HSV154°21°75°
CMYK 0.210.000.09   0.25
XYZ38.718846.423446.4551
Yxy46.42340.29420.3528
Hunter Lab68.1347-17.79997.2696
CIE-Lab73.8194-16.50234.2971

#97bead color RGB value is (151,190,173).

#97bead hex color red value is 151, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #97bead hue: 0.43 , saturation: 0.23 and the lightness value of 97bead is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111110 10101101
Octal 227 276 255
Decimal 151 190 173
Hex 97 BE AD

RGB Percentages of Color #97bead

%29.38
%36.96
%33.66

CMYK Percentages of Color #97bead

%21
%0
%9
%25

Triadic Colors of #97bead

#97bead #ad97be #bead97

Analogous Colors of #97bead

#97bead #97bcbe #97be9a

Monochromatic Colors of #97bead

#97bead

Complementary Color

#97bead #be97a8

#97bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bead Color CSS Codes

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

#97bead Text Font Color

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

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


#97bead Background Color

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

This div background color is #97bead


#97bead Border Color

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

This div border color is #97bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bead


Comments

No comments written yet.

Please login to write comment.