Color Hex Logo

#97abec Color Hex

#97ABEC
(151,171,236)
0 Favorites   0 Comments

Color spaces of #97abec

RGB 151171236
HSL0.630.690.76
HSV226°36°93°
CMYK 0.360.280.00   0.07
XYZ42.465741.761385.1794
Yxy41.76130.25070.2465
Hunter Lab64.62304.2075-32.9139
CIE-Lab70.70608.5075-34.7911

#97abec color RGB value is (151,171,236).

#97abec hex color red value is 151, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #97abec hue: 0.63 , saturation: 0.69 and the lightness value of 97abec is 0.76.

The process color (four color CMYK) of #97abec color hex is 0.36, 0.28, 0.00, 0.07. Web safe color of #97abec is #9999ff. Color #97abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 11101100
Octal 227 253 354
Decimal 151 171 236
Hex 97 AB EC

RGB Percentages of Color #97abec

%27.06
%30.65
%42.29

CMYK Percentages of Color #97abec

%36
%28
%0
%7

Triadic Colors of #97abec

#97abec #ec97ab #abec97

Analogous Colors of #97abec

#97abec #ae97ec #97d6ec

Monochromatic Colors of #97abec

#97abec

Complementary Color

#97abec #ecd897

#97abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abec Color CSS Codes

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

#97abec Text Font Color

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

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


#97abec Background Color

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

This div background color is #97abec


#97abec Border Color

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

This div border color is #97abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abec


Comments

No comments written yet.

Please login to write comment.