Color Hex Logo

#97dfec Color Hex

#97DFEC
(151,223,236)
0 Favorites   0 Comments

Color spaces of #97dfec

RGB 151223236
HSL0.530.690.76
HSV189°36°93°
CMYK 0.360.060.00   0.07
XYZ54.290565.410889.1210
Yxy65.41080.26000.3132
Hunter Lab80.8769-21.7124-8.7198
CIE-Lab84.6950-19.1730-13.4720

#97dfec color RGB value is (151,223,236).

#97dfec hex color red value is 151, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #97dfec hue: 0.53 , saturation: 0.69 and the lightness value of 97dfec is 0.76.

The process color (four color CMYK) of #97dfec color hex is 0.36, 0.06, 0.00, 0.07. Web safe color of #97dfec is #99ccff. Color #97dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 11101100
Octal 227 337 354
Decimal 151 223 236
Hex 97 DF EC

RGB Percentages of Color #97dfec

%24.75
%36.56
%38.69

CMYK Percentages of Color #97dfec

%36
%6
%0
%7

Triadic Colors of #97dfec

#97dfec #ec97df #dfec97

Analogous Colors of #97dfec

#97dfec #97b5ec #97eccf

Monochromatic Colors of #97dfec

#97dfec

Complementary Color

#97dfec #eca497

#97dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfec Color CSS Codes

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

#97dfec Text Font Color

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

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


#97dfec Background Color

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

This div background color is #97dfec


#97dfec Border Color

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

This div border color is #97dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfec


Comments

No comments written yet.

Please login to write comment.