Color Hex Logo

#97edcb Color Hex

#97EDCB
(151,237,203)
0 Favorites   0 Comments

Color spaces of #97edcb

RGB 151237203
HSL0.430.700.76
HSV156°36°93°
CMYK 0.360.000.14   0.07
XYZ53.826271.459567.4560
Yxy71.45950.27930.3708
Hunter Lab84.5337-34.275511.8615
CIE-Lab87.7078-33.34528.3095

#97edcb color RGB value is (151,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 11001011
Octal 227 355 313
Decimal 151 237 203
Hex 97 ED CB

RGB Percentages of Color #97edcb

%25.55
%40.10
%34.35

CMYK Percentages of Color #97edcb

%36
%0
%14
%7

Triadic Colors of #97edcb

#97edcb #cb97ed #edcb97

Analogous Colors of #97edcb

#97edcb #97e4ed #97eda0

Monochromatic Colors of #97edcb

#97edcb

Complementary Color

#97edcb #ed97b9

#97edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97edcb Color CSS Codes

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

#97edcb Text Font Color

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

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


#97edcb Background Color

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

This div background color is #97edcb


#97edcb Border Color

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

This div border color is #97edcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97edcb


Comments

No comments written yet.

Please login to write comment.