Color Hex Logo

#97fdfd Color Hex

#97FDFD
(151,253,253)
0 Favorites   0 Comments

Color spaces of #97fdfd

RGB 151253253
HSL0.500.960.79
HSV180°40°99°
CMYK 0.400.000.00   0.01
XYZ65.617483.9217105.6686
Yxy83.92170.25710.3288
Hunter Lab91.6088-32.4597-4.2635
CIE-Lab93.4165-29.7165-9.3631

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

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

The process color (four color CMYK) of #97fdfd color hex is 0.40, 0.00, 0.00, 0.01. Web safe color of #97fdfd is #99ffff. Color #97fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111101 11111101
Octal 227 375 375
Decimal 151 253 253
Hex 97 FD FD

RGB Percentages of Color #97fdfd

%22.98
%38.51
%38.51

CMYK Percentages of Color #97fdfd

%40
%0
%0
%1

Triadic Colors of #97fdfd

#97fdfd #fd97fd #fdfd97

Analogous Colors of #97fdfd

#97fdfd #97cafd #97fdca

Monochromatic Colors of #97fdfd

#97fdfd

Complementary Color

#97fdfd #fd9797

#97fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fdfd Color CSS Codes

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

#97fdfd Text Font Color

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

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


#97fdfd Background Color

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

This div background color is #97fdfd


#97fdfd Border Color

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

This div border color is #97fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.