Color Hex Logo

#97abea Color Hex

#97ABEA
(151,171,234)
0 Favorites   0 Comments

Color spaces of #97abea

RGB 151171234
HSL0.630.660.75
HSV226°35°92°
CMYK 0.350.270.00   0.08
XYZ42.176741.645683.6574
Yxy41.64560.25180.2487
Hunter Lab64.53343.7277-31.6868
CIE-Lab70.62597.9839-33.8250

#97abea color RGB value is (151,171,234).

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

The process color (four color CMYK) of #97abea color hex is 0.35, 0.27, 0.00, 0.08. Web safe color of #97abea is #9999ff. Color #97abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 11101010
Octal 227 253 352
Decimal 151 171 234
Hex 97 AB EA

RGB Percentages of Color #97abea

%27.16
%30.76
%42.09

CMYK Percentages of Color #97abea

%35
%27
%0
%8

Triadic Colors of #97abea

#97abea #ea97ab #abea97

Analogous Colors of #97abea

#97abea #ad97ea #97d5ea

Monochromatic Colors of #97abea

#97abea

Complementary Color

#97abea #ead697

#97abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abea Color CSS Codes

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

#97abea Text Font Color

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

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


#97abea Background Color

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

This div background color is #97abea


#97abea Border Color

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

This div border color is #97abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abea


Comments

No comments written yet.

Please login to write comment.