Color Hex Logo

#899bec Color Hex

#899BEC
(137,155,236)
0 Favorites   0 Comments

Color spaces of #899bec

RGB 137155236
HSL0.640.720.73
HSV229°42°93°
CMYK 0.420.340.00   0.07
XYZ37.178234.817284.1178
Yxy34.81720.23810.2230
Hunter Lab59.00619.2075-43.2182
CIE-Lab65.606113.9173-42.8153

#899bec color RGB value is (137,155,236).

#899bec hex color red value is 137, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #899bec hue: 0.64 , saturation: 0.72 and the lightness value of 899bec is 0.73.

The process color (four color CMYK) of #899bec color hex is 0.42, 0.34, 0.00, 0.07. Web safe color of #899bec is #9999ff. Color #899bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11101100
Octal 211 233 354
Decimal 137 155 236
Hex 89 9B EC

RGB Percentages of Color #899bec

%25.95
%29.36
%44.70

CMYK Percentages of Color #899bec

%42
%34
%0
%7

Triadic Colors of #899bec

#899bec #ec899b #9bec89

Analogous Colors of #899bec

#899bec #a989ec #89cdec

Monochromatic Colors of #899bec

#899bec

Complementary Color

#899bec #ecda89

#899bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bec Color CSS Codes

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

#899bec Text Font Color

<p style="color:#899bec">Text here</p>

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


#899bec Background Color

<div style="background-color:#899bec">
Div content here</div>

This div background color is #899bec


#899bec Border Color

<div style="border:3px solid #899bec">
Div here</div>

This div border color is #899bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,155,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899bec;
  -webkit-box-shadow: 1px 1px 3px 2px #899bec;
  box-shadow:         1px 1px 3px 2px #899bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bec


Comments

No comments written yet.

Please login to write comment.