Color Hex Logo

#89aefd Color Hex

#89AEFD
(137,174,253)
0 Favorites   0 Comments

Color spaces of #89aefd

RGB 137174253
HSL0.610.970.76
HSV221°46°99°
CMYK 0.460.310.00   0.01
XYZ43.182242.682398.8911
Yxy42.68230.23370.2310
Hunter Lab65.33173.6524-44.0137
CIE-Lab71.33887.9179-43.1007

#89aefd color RGB value is (137,174,253).

#89aefd hex color red value is 137, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #89aefd hue: 0.61 , saturation: 0.97 and the lightness value of 89aefd is 0.76.

The process color (four color CMYK) of #89aefd color hex is 0.46, 0.31, 0.00, 0.01. Web safe color of #89aefd is #9999ff. Color #89aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 11111101
Octal 211 256 375
Decimal 137 174 253
Hex 89 AE FD

RGB Percentages of Color #89aefd

%24.29
%30.85
%44.86

CMYK Percentages of Color #89aefd

%46
%31
%0
%1

Triadic Colors of #89aefd

#89aefd #fd89ae #aefd89

Analogous Colors of #89aefd

#89aefd #9e89fd #89e8fd

Monochromatic Colors of #89aefd

#89aefd

Complementary Color

#89aefd #fdd889

#89aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aefd Color CSS Codes

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

#89aefd Text Font Color

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

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


#89aefd Background Color

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

This div background color is #89aefd


#89aefd Border Color

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

This div border color is #89aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.