Color Hex Logo

#89acdd Color Hex

#89ACDD
(137,172,221)
0 Favorites   0 Comments

Color spaces of #89acdd

RGB 137172221
HSL0.600.550.70
HSV215°38°87°
CMYK 0.380.220.00   0.13
XYZ38.120240.043974.1267
Yxy40.04390.25030.2629
Hunter Lab63.2802-3.2115-25.1563
CIE-Lab69.50080.1925-28.5263

#89acdd color RGB value is (137,172,221).

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

The process color (four color CMYK) of #89acdd color hex is 0.38, 0.22, 0.00, 0.13. Web safe color of #89acdd is #9999cc. Color #89acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 11011101
Octal 211 254 335
Decimal 137 172 221
Hex 89 AC DD

RGB Percentages of Color #89acdd

%25.85
%32.45
%41.70

CMYK Percentages of Color #89acdd

%38
%22
%0
%13

Triadic Colors of #89acdd

#89acdd #dd89ac #acdd89

Analogous Colors of #89acdd

#89acdd #9089dd #89d6dd

Monochromatic Colors of #89acdd

#89acdd

Complementary Color

#89acdd #ddba89

#89acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acdd Color CSS Codes

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

#89acdd Text Font Color

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

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


#89acdd Background Color

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

This div background color is #89acdd


#89acdd Border Color

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

This div border color is #89acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acdd


Comments

No comments written yet.

Please login to write comment.