Color Hex Logo

#97beef Color Hex

#97BEEF
(151,190,239)
0 Favorites   0 Comments

Color spaces of #97beef

RGB 151190239
HSL0.590.730.76
HSV213°37°94°
CMYK 0.370.210.00   0.06
XYZ46.755949.638288.7782
Yxy49.63820.25250.2681
Hunter Lab70.4544-4.8366-25.3921
CIE-Lab75.8467-1.1887-28.4875

#97beef color RGB value is (151,190,239).

#97beef hex color red value is 151, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #97beef hue: 0.59 , saturation: 0.73 and the lightness value of 97beef is 0.76.

The process color (four color CMYK) of #97beef color hex is 0.37, 0.21, 0.00, 0.06. Web safe color of #97beef is #99ccff. Color #97beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111110 11101111
Octal 227 276 357
Decimal 151 190 239
Hex 97 BE EF

RGB Percentages of Color #97beef

%26.03
%32.76
%41.21

CMYK Percentages of Color #97beef

%37
%21
%0
%6

Triadic Colors of #97beef

#97beef #ef97be #beef97

Analogous Colors of #97beef

#97beef #9c97ef #97eaef

Monochromatic Colors of #97beef

#97beef

Complementary Color

#97beef #efc897

#97beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97beef Color CSS Codes

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

#97beef Text Font Color

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

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


#97beef Background Color

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

This div background color is #97beef


#97beef Border Color

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

This div border color is #97beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97beef


Comments

No comments written yet.

Please login to write comment.