Color Hex Logo

#89acca Color Hex

#89ACCA
(137,172,202)
0 Favorites   0 Comments

Color spaces of #89acca

RGB 137172202
HSL0.580.380.66
HSV208°32°79°
CMYK 0.320.150.00   0.21
XYZ35.729739.087761.5386
Yxy39.08770.26200.2867
Hunter Lab62.5202-7.3992-14.5950
CIE-Lab68.8147-4.7250-19.1259

#89acca color RGB value is (137,172,202).

#89acca hex color red value is 137, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #89acca hue: 0.58 , saturation: 0.38 and the lightness value of 89acca is 0.66.

The process color (four color CMYK) of #89acca color hex is 0.32, 0.15, 0.00, 0.21. Web safe color of #89acca is #9999cc. Color #89acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 11001010
Octal 211 254 312
Decimal 137 172 202
Hex 89 AC CA

RGB Percentages of Color #89acca

%26.81
%33.66
%39.53

CMYK Percentages of Color #89acca

%32
%15
%0
%21

Triadic Colors of #89acca

#89acca #ca89ac #acca89

Analogous Colors of #89acca

#89acca #898cca #89cac8

Monochromatic Colors of #89acca

#89acca

Complementary Color

#89acca #caa789

#89acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acca Color CSS Codes

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

#89acca Text Font Color

<p style="color:#89acca">Text here</p>

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


#89acca Background Color

<div style="background-color:#89acca">
Div content here</div>

This div background color is #89acca


#89acca Border Color

<div style="border:3px solid #89acca">
Div here</div>

This div border color is #89acca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,172,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89acca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89acca;
  -webkit-box-shadow: 1px 1px 3px 2px #89acca;
  box-shadow:         1px 1px 3px 2px #89acca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acca


Comments

No comments written yet.

Please login to write comment.