Color Hex Logo

#97facb Color Hex

#97FACB
(151,250,203)
0 Favorites   0 Comments

Color spaces of #97facb

RGB 151250203
HSL0.420.910.79
HSV152°40°98°
CMYK 0.400.000.19   0.02
XYZ57.727679.262368.7565
Yxy79.26230.28060.3852
Hunter Lab89.0294-40.060116.5315
CIE-Lab91.3528-39.294413.5054

#97facb color RGB value is (151,250,203).

#97facb hex color red value is 151, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #97facb hue: 0.42 , saturation: 0.91 and the lightness value of 97facb is 0.79.

The process color (four color CMYK) of #97facb color hex is 0.40, 0.00, 0.19, 0.02. Web safe color of #97facb is #99ffcc. Color #97facb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111010 11001011
Octal 227 372 313
Decimal 151 250 203
Hex 97 FA CB

RGB Percentages of Color #97facb

%25.00
%41.39
%33.61

CMYK Percentages of Color #97facb

%40
%0
%19
%2

Triadic Colors of #97facb

#97facb #cb97fa #facb97

Analogous Colors of #97facb

#97facb #97f8fa #97fa9a

Monochromatic Colors of #97facb

#97facb

Complementary Color

#97facb #fa97c6

#97facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97facb Color CSS Codes

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

#97facb Text Font Color

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

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


#97facb Background Color

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

This div background color is #97facb


#97facb Border Color

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

This div border color is #97facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97facb

Related Colors


Comments

No comments written yet.

Please login to write comment.