Color Hex Logo

#97efcd Color Hex

#97EFCD
(151,239,205)
0 Favorites   0 Comments

Color spaces of #97efcd

RGB 151239205
HSL0.440.730.76
HSV157°37°94°
CMYK 0.370.000.14   0.06
XYZ54.648472.720168.9137
Yxy72.72010.27840.3705
Hunter Lab85.2761-34.843011.7795
CIE-Lab88.3141-33.86288.1354

#97efcd color RGB value is (151,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11001101
Octal 227 357 315
Decimal 151 239 205
Hex 97 EF CD

RGB Percentages of Color #97efcd

%25.38
%40.17
%34.45

CMYK Percentages of Color #97efcd

%37
%0
%14
%6

Triadic Colors of #97efcd

#97efcd #cd97ef #efcd97

Analogous Colors of #97efcd

#97efcd #97e5ef #97efa1

Monochromatic Colors of #97efcd

#97efcd

Complementary Color

#97efcd #ef97b9

#97efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97efcd Color CSS Codes

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

#97efcd Text Font Color

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

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


#97efcd Background Color

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

This div background color is #97efcd


#97efcd Border Color

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

This div border color is #97efcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97efcd


Comments

No comments written yet.

Please login to write comment.