Color Hex Logo

#889ac3 Color Hex

#889AC3
(136,154,195)
0 Favorites   0 Comments

Color spaces of #889ac3

RGB 136154195
HSL0.620.330.65
HSV222°30°76°
CMYK 0.300.210.00   0.24
XYZ31.559332.285656.1981
Yxy32.28560.26290.2690
Hunter Lab56.8204-0.2929-18.8663
CIE-Lab63.57823.2217-23.2255

#889ac3 color RGB value is (136,154,195).

#889ac3 hex color red value is 136, green value is 154 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #889ac3 hue: 0.62 , saturation: 0.33 and the lightness value of 889ac3 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11000011
Octal 210 232 303
Decimal 136 154 195
Hex 88 9A C3

RGB Percentages of Color #889ac3

%28.04
%31.75
%40.21

CMYK Percentages of Color #889ac3

%30
%21
%0
%24

Triadic Colors of #889ac3

#889ac3 #c3889a #9ac388

Analogous Colors of #889ac3

#889ac3 #9488c3 #88b8c3

Monochromatic Colors of #889ac3

#889ac3

Complementary Color

#889ac3 #c3b188

#889ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ac3 Color CSS Codes

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

#889ac3 Text Font Color

<p style="color:#889ac3">Text here</p>

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


#889ac3 Background Color

<div style="background-color:#889ac3">
Div content here</div>

This div background color is #889ac3


#889ac3 Border Color

<div style="border:3px solid #889ac3">
Div here</div>

This div border color is #889ac3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,154,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889ac3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889ac3;
  -webkit-box-shadow: 1px 1px 3px 2px #889ac3;
  box-shadow:         1px 1px 3px 2px #889ac3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ac3


Comments

No comments written yet.

Please login to write comment.