Color Hex Logo

#89bfea Color Hex

#89BFEA
(137,191,234)
0 Favorites   0 Comments

Color spaces of #89bfea

RGB 137191234
HSL0.570.700.73
HSV207°41°92°
CMYK 0.410.180.00   0.08
XYZ43.798648.520584.8989
Yxy48.52050.24710.2738
Hunter Lab69.6567-9.6622-23.5042
CIE-Lab75.1520-6.6982-26.9230

#89bfea color RGB value is (137,191,234).

#89bfea hex color red value is 137, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #89bfea hue: 0.57 , saturation: 0.70 and the lightness value of 89bfea is 0.73.

The process color (four color CMYK) of #89bfea color hex is 0.41, 0.18, 0.00, 0.08. Web safe color of #89bfea is #99ccff. Color #89bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11101010
Octal 211 277 352
Decimal 137 191 234
Hex 89 BF EA

RGB Percentages of Color #89bfea

%24.38
%33.99
%41.64

CMYK Percentages of Color #89bfea

%41
%18
%0
%8

Triadic Colors of #89bfea

#89bfea #ea89bf #bfea89

Analogous Colors of #89bfea

#89bfea #898fea #89eae5

Monochromatic Colors of #89bfea

#89bfea

Complementary Color

#89bfea #eab489

#89bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bfea Color CSS Codes

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

#89bfea Text Font Color

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

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


#89bfea Background Color

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

This div background color is #89bfea


#89bfea Border Color

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

This div border color is #89bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bfea


Comments

No comments written yet.

Please login to write comment.