Color Hex Logo

#89cdfe Color Hex

#89CDFE
(137,205,254)
0 Favorites   0 Comments

Color spaces of #89cdfe

RGB 137205254
HSL0.570.980.77
HSV205°46°100°
CMYK 0.460.190.00   0.00
XYZ50.037256.1368101.9642
Yxy56.13680.24040.2697
Hunter Lab74.9245-11.9093-28.2402
CIE-Lab79.6916-8.7365-30.6852

#89cdfe color RGB value is (137,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001101 11111110
Octal 211 315 376
Decimal 137 205 254
Hex 89 CD FE

RGB Percentages of Color #89cdfe

%22.99
%34.40
%42.62

CMYK Percentages of Color #89cdfe

%46
%19
%0
%0

Triadic Colors of #89cdfe

#89cdfe #fe89cd #cdfe89

Analogous Colors of #89cdfe

#89cdfe #8993fe #89fef5

Monochromatic Colors of #89cdfe

#89cdfe

Complementary Color

#89cdfe #feba89

#89cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cdfe Color CSS Codes

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

#89cdfe Text Font Color

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

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


#89cdfe Background Color

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

This div background color is #89cdfe


#89cdfe Border Color

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

This div border color is #89cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cdfe


Comments

No comments written yet.

Please login to write comment.