Color Hex Logo

#97ddfe Color Hex

#97DDFE
(151,221,254)
0 Favorites   0 Comments

Color spaces of #97ddfe

RGB 151221254
HSL0.550.980.79
HSV199°41°100°
CMYK 0.410.130.00   0.00
XYZ56.508365.4480103.4203
Yxy65.44800.25070.2904
Hunter Lab80.8999-16.8933-19.1648
CIE-Lab84.7141-13.6815-22.9528

#97ddfe color RGB value is (151,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11111110
Octal 227 335 376
Decimal 151 221 254
Hex 97 DD FE

RGB Percentages of Color #97ddfe

%24.12
%35.30
%40.58

CMYK Percentages of Color #97ddfe

%41
%13
%0
%0

Triadic Colors of #97ddfe

#97ddfe #fe97dd #ddfe97

Analogous Colors of #97ddfe

#97ddfe #97aafe #97feec

Monochromatic Colors of #97ddfe

#97ddfe

Complementary Color

#97ddfe #feb897

#97ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddfe Color CSS Codes

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

#97ddfe Text Font Color

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

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


#97ddfe Background Color

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

This div background color is #97ddfe


#97ddfe Border Color

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

This div border color is #97ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddfe


Comments

No comments written yet.

Please login to write comment.