Color Hex Logo

#899cec Color Hex

#899CEC
(137,156,236)
0 Favorites   0 Comments

Color spaces of #899cec

RGB 137156236
HSL0.630.720.73
HSV228°42°93°
CMYK 0.420.340.00   0.07
XYZ37.345335.151484.1735
Yxy35.15140.23840.2244
Hunter Lab59.28868.6803-42.6734
CIE-Lab65.866413.3425-42.4070

#899cec color RGB value is (137,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 11101100
Octal 211 234 354
Decimal 137 156 236
Hex 89 9C EC

RGB Percentages of Color #899cec

%25.90
%29.49
%44.61

CMYK Percentages of Color #899cec

%42
%34
%0
%7

Triadic Colors of #899cec

#899cec #ec899c #9cec89

Analogous Colors of #899cec

#899cec #a889ec #89ceec

Monochromatic Colors of #899cec

#899cec

Complementary Color

#899cec #ecd989

#899cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#899cec Color CSS Codes

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

#899cec Text Font Color

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

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


#899cec Background Color

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

This div background color is #899cec


#899cec Border Color

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

This div border color is #899cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,156,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 #899cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899cec


Comments

No comments written yet.

Please login to write comment.