Color Hex Logo

#97ebdc Color Hex

#97EBDC
(151,235,220)
0 Favorites   0 Comments

Color spaces of #97ebdc

RGB 151235220
HSL0.470.680.76
HSV169°36°92°
CMYK 0.360.000.06   0.08
XYZ55.389171.163378.5267
Yxy71.16330.27010.3470
Hunter Lab84.3583-30.42523.8595
CIE-Lab87.5643-28.7611-0.7968

#97ebdc color RGB value is (151,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101011 11011100
Octal 227 353 334
Decimal 151 235 220
Hex 97 EB DC

RGB Percentages of Color #97ebdc

%24.92
%38.78
%36.30

CMYK Percentages of Color #97ebdc

%36
%0
%6
%8

Triadic Colors of #97ebdc

#97ebdc #dc97eb #ebdc97

Analogous Colors of #97ebdc

#97ebdc #97d0eb #97ebb2

Monochromatic Colors of #97ebdc

#97ebdc

Complementary Color

#97ebdc #eb97a6

#97ebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ebdc Color CSS Codes

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

#97ebdc Text Font Color

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

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


#97ebdc Background Color

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

This div background color is #97ebdc


#97ebdc Border Color

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

This div border color is #97ebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ebdc


Comments

No comments written yet.

Please login to write comment.