Color Hex Logo

#89a1d3 Color Hex

#89A1D3
(137,161,211)
0 Favorites   0 Comments

Color spaces of #89a1d3

RGB 137161211
HSL0.610.460.68
HSV221°35°83°
CMYK 0.350.240.00   0.17
XYZ34.819335.511366.6472
Yxy35.51130.25420.2592
Hunter Lab59.59140.0129-24.5962
CIE-Lab66.14483.6920-28.1839

#89a1d3 color RGB value is (137,161,211).

#89a1d3 hex color red value is 137, green value is 161 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #89a1d3 hue: 0.61 , saturation: 0.46 and the lightness value of 89a1d3 is 0.68.

The process color (four color CMYK) of #89a1d3 color hex is 0.35, 0.24, 0.00, 0.17. Web safe color of #89a1d3 is #9999cc. Color #89a1d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10100001 11010011
Octal 211 241 323
Decimal 137 161 211
Hex 89 A1 D3

RGB Percentages of Color #89a1d3

%26.92
%31.63
%41.45

CMYK Percentages of Color #89a1d3

%35
%24
%0
%17

Triadic Colors of #89a1d3

#89a1d3 #d389a1 #a1d389

Analogous Colors of #89a1d3

#89a1d3 #9689d3 #89c6d3

Monochromatic Colors of #89a1d3

#89a1d3

Complementary Color

#89a1d3 #d3bb89

#89a1d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89a1d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89a1d3 Color CSS Codes

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

#89a1d3 Text Font Color

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

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


#89a1d3 Background Color

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

This div background color is #89a1d3


#89a1d3 Border Color

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

This div border color is #89a1d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89a1d3


Comments

No comments written yet.

Please login to write comment.