Color Hex Logo

#97dffe Color Hex

#97DFFE
(151,223,254)
0 Favorites   0 Comments

Color spaces of #97dffe

RGB 151223254
HSL0.550.980.79
HSV198°41°100°
CMYK 0.410.120.00   0.00
XYZ57.039666.5104103.5974
Yxy66.51040.25110.2928
Hunter Lab81.5539-17.8747-18.2280
CIE-Lab85.2561-14.7043-22.1304

#97dffe color RGB value is (151,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 11111110
Octal 227 337 376
Decimal 151 223 254
Hex 97 DF FE

RGB Percentages of Color #97dffe

%24.04
%35.51
%40.45

CMYK Percentages of Color #97dffe

%41
%12
%0
%0

Triadic Colors of #97dffe

#97dffe #fe97df #dffe97

Analogous Colors of #97dffe

#97dffe #97acfe #97feea

Monochromatic Colors of #97dffe

#97dffe

Complementary Color

#97dffe #feb697

#97dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dffe Color CSS Codes

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

#97dffe Text Font Color

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

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


#97dffe Background Color

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

This div background color is #97dffe


#97dffe Border Color

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

This div border color is #97dffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,223,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 #97dffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dffe


Comments

No comments written yet.

Please login to write comment.