Color Hex Logo

#97befd Color Hex

#97BEFD
(151,190,253)
0 Favorites   0 Comments

Color spaces of #97befd

RGB 151190253
HSL0.600.960.79
HSV217°40°99°
CMYK 0.400.250.00   0.01
XYZ48.905650.4981100.0980
Yxy50.49810.24510.2531
Hunter Lab71.0620-1.5130-33.7725
CIE-Lab76.37402.4970-35.2041

#97befd color RGB value is (151,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111110 11111101
Octal 227 276 375
Decimal 151 190 253
Hex 97 BE FD

RGB Percentages of Color #97befd

%25.42
%31.99
%42.59

CMYK Percentages of Color #97befd

%40
%25
%0
%1

Triadic Colors of #97befd

#97befd #fd97be #befd97

Analogous Colors of #97befd

#97befd #a397fd #97f1fd

Monochromatic Colors of #97befd

#97befd

Complementary Color

#97befd #fdd697

#97befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97befd Color CSS Codes

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

#97befd Text Font Color

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

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


#97befd Background Color

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

This div background color is #97befd


#97befd Border Color

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

This div border color is #97befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97befd


Comments

No comments written yet.

Please login to write comment.