Color Hex Logo

#97efcb Color Hex

#97EFCB
(151,239,203)
0 Favorites   0 Comments

Color spaces of #97efcb

RGB 151239203
HSL0.430.730.76
HSV155°37°94°
CMYK 0.370.000.15   0.06
XYZ54.408572.624167.6501
Yxy72.62410.27950.3730
Hunter Lab85.2198-35.171412.5876
CIE-Lab88.2681-34.27429.1122

#97efcb color RGB value is (151,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11001011
Octal 227 357 313
Decimal 151 239 203
Hex 97 EF CB

RGB Percentages of Color #97efcb

%25.46
%40.30
%34.23

CMYK Percentages of Color #97efcb

%37
%0
%15
%6

Triadic Colors of #97efcb

#97efcb #cb97ef #efcb97

Analogous Colors of #97efcb

#97efcb #97e7ef #97ef9f

Monochromatic Colors of #97efcb

#97efcb

Complementary Color

#97efcb #ef97bb

#97efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97efcb Color CSS Codes

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

#97efcb Text Font Color

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

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


#97efcb Background Color

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

This div background color is #97efcb


#97efcb Border Color

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

This div border color is #97efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97efcb


Comments

No comments written yet.

Please login to write comment.