Color Hex Logo

#89cdff Color Hex

#89CDFF
(137,205,255)
1 Favorites   0 Comments

Color spaces of #89cdff

RGB 137205255
HSL0.571.000.77
HSV205°46°100°
CMYK 0.460.200.00   0.00
XYZ50.197856.2010102.8099
Yxy56.20100.23990.2686
Hunter Lab74.9673-11.6700-28.8329
CIE-Lab79.7281-8.4622-31.1618

#89cdff color RGB value is (137,205,255).

#89cdff hex color red value is 137, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #89cdff hue: 0.57 , saturation: 1.00 and the lightness value of 89cdff is 0.77.

The process color (four color CMYK) of #89cdff color hex is 0.46, 0.20, 0.00, 0.00. Web safe color of #89cdff is #99ccff. Color #89cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001101 11111111
Octal 211 315 377
Decimal 137 205 255
Hex 89 CD FF

RGB Percentages of Color #89cdff

%22.95
%34.34
%42.71

CMYK Percentages of Color #89cdff

%46
%20
%0
%0

Triadic Colors of #89cdff

#89cdff #ff89cd #cdff89

Analogous Colors of #89cdff

#89cdff #8992ff #89fff6

Monochromatic Colors of #89cdff

#89cdff

Complementary Color

#89cdff #ffbb89

#89cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cdff Color CSS Codes

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

#89cdff Text Font Color

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

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


#89cdff Background Color

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

This div background color is #89cdff


#89cdff Border Color

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

This div border color is #89cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cdff

Related Colors


Comments

No comments written yet.

Please login to write comment.