Color Hex Logo

#97bffe Color Hex

#97BFFE
(151,191,254)
0 Favorites   0 Comments

Color spaces of #97bffe

RGB 151191254
HSL0.600.980.79
HSV217°41°100°
CMYK 0.410.250.00   0.00
XYZ49.282750.9967101.0118
Yxy50.99670.24480.2533
Hunter Lab71.4120-1.7849-33.8770
CIE-Lab76.67702.2180-35.2717

#97bffe color RGB value is (151,191,254).

#97bffe hex color red value is 151, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #97bffe hue: 0.60 , saturation: 0.98 and the lightness value of 97bffe is 0.79.

The process color (four color CMYK) of #97bffe color hex is 0.41, 0.25, 0.00, 0.00. Web safe color of #97bffe is #99ccff. Color #97bffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111111 11111110
Octal 227 277 376
Decimal 151 191 254
Hex 97 BF FE

RGB Percentages of Color #97bffe

%25.34
%32.05
%42.62

CMYK Percentages of Color #97bffe

%41
%25
%0
%0

Triadic Colors of #97bffe

#97bffe #fe97bf #bffe97

Analogous Colors of #97bffe

#97bffe #a397fe #97f3fe

Monochromatic Colors of #97bffe

#97bffe

Complementary Color

#97bffe #fed697

#97bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bffe Color CSS Codes

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

#97bffe Text Font Color

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

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


#97bffe Background Color

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

This div background color is #97bffe


#97bffe Border Color

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

This div border color is #97bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.