Color Hex Logo

#89acda Color Hex

#89ACDA
(137,172,218)
0 Favorites   0 Comments

Color spaces of #89acda

RGB 137172218
HSL0.590.520.70
HSV214°37°85°
CMYK 0.370.210.00   0.15
XYZ37.723939.885472.0400
Yxy39.88540.25210.2665
Hunter Lab63.1549-3.8988-23.4229
CIE-Lab69.3878-0.6028-27.0544

#89acda color RGB value is (137,172,218).

#89acda hex color red value is 137, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #89acda hue: 0.59 , saturation: 0.52 and the lightness value of 89acda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 11011010
Octal 211 254 332
Decimal 137 172 218
Hex 89 AC DA

RGB Percentages of Color #89acda

%26.00
%32.64
%41.37

CMYK Percentages of Color #89acda

%37
%21
%0
%15

Triadic Colors of #89acda

#89acda #da89ac #acda89

Analogous Colors of #89acda

#89acda #8f89da #89d5da

Monochromatic Colors of #89acda

#89acda

Complementary Color

#89acda #dab789

#89acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acda Color CSS Codes

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

#89acda Text Font Color

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

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


#89acda Background Color

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

This div background color is #89acda


#89acda Border Color

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

This div border color is #89acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acda


Comments

No comments written yet.

Please login to write comment.