Color Hex Logo

#899ac2 Color Hex

#899AC2
(137,154,194)
0 Favorites   0 Comments

Color spaces of #899ac2

RGB 137154194
HSL0.620.320.65
HSV222°29°76°
CMYK 0.290.210.00   0.24
XYZ31.609732.324655.6122
Yxy32.32460.26440.2704
Hunter Lab56.8547-0.2546-18.1959
CIE-Lab63.61033.2678-22.6108

#899ac2 color RGB value is (137,154,194).

#899ac2 hex color red value is 137, green value is 154 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #899ac2 hue: 0.62 , saturation: 0.32 and the lightness value of 899ac2 is 0.65.

The process color (four color CMYK) of #899ac2 color hex is 0.29, 0.21, 0.00, 0.24. Web safe color of #899ac2 is #9999cc. Color #899ac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 11000010
Octal 211 232 302
Decimal 137 154 194
Hex 89 9A C2

RGB Percentages of Color #899ac2

%28.25
%31.75
%40.00

CMYK Percentages of Color #899ac2

%29
%21
%0
%24

Triadic Colors of #899ac2

#899ac2 #c2899a #9ac289

Analogous Colors of #899ac2

#899ac2 #9589c2 #89b7c2

Monochromatic Colors of #899ac2

#899ac2

Complementary Color

#899ac2 #c2b189

#899ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ac2 Color CSS Codes

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

#899ac2 Text Font Color

<p style="color:#899ac2">Text here</p>

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


#899ac2 Background Color

<div style="background-color:#899ac2">
Div content here</div>

This div background color is #899ac2


#899ac2 Border Color

<div style="border:3px solid #899ac2">
Div here</div>

This div border color is #899ac2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,154,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899ac2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899ac2;
  -webkit-box-shadow: 1px 1px 3px 2px #899ac2;
  box-shadow:         1px 1px 3px 2px #899ac2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,154,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ac2


Comments

No comments written yet.

Please login to write comment.