Color Hex Logo

#97efde Color Hex

#97EFDE
(151,239,222)
0 Favorites   0 Comments

Color spaces of #97efde

RGB 151239222
HSL0.470.730.76
HSV168°37°94°
CMYK 0.370.000.07   0.06
XYZ56.813873.586280.3164
Yxy73.58620.26960.3492
Hunter Lab85.7824-31.89844.5356
CIE-Lab88.7265-30.2203-0.1453

#97efde color RGB value is (151,239,222).

#97efde hex color red value is 151, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #97efde hue: 0.47 , saturation: 0.73 and the lightness value of 97efde is 0.76.

The process color (four color CMYK) of #97efde color hex is 0.37, 0.00, 0.07, 0.06. Web safe color of #97efde is #99ffcc. Color #97efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11011110
Octal 227 357 336
Decimal 151 239 222
Hex 97 EF DE

RGB Percentages of Color #97efde

%24.67
%39.05
%36.27

CMYK Percentages of Color #97efde

%37
%0
%7
%6

Triadic Colors of #97efde

#97efde #de97ef #efde97

Analogous Colors of #97efde

#97efde #97d4ef #97efb2

Monochromatic Colors of #97efde

#97efde

Complementary Color

#97efde #ef97a8

#97efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#97efde Color CSS Codes

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

#97efde Text Font Color

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

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


#97efde Background Color

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

This div background color is #97efde


#97efde Border Color

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

This div border color is #97efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97efde


Comments

No comments written yet.

Please login to write comment.