Color Hex Logo

#869dbc Color Hex

#869DBC
(134,157,188)
0 Favorites   0 Comments

Color spaces of #869dbc

RGB 134157188
HSL0.600.290.63
HSV214°29°74°
CMYK 0.290.160.00   0.26
XYZ30.965632.813152.2785
Yxy32.81310.26680.2827
Hunter Lab57.2827-3.7521-14.0125
CIE-Lab64.0093-0.8212-18.6623

#869dbc color RGB value is (134,157,188).

#869dbc hex color red value is 134, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #869dbc hue: 0.60 , saturation: 0.29 and the lightness value of 869dbc is 0.63.

The process color (four color CMYK) of #869dbc color hex is 0.29, 0.16, 0.00, 0.26. Web safe color of #869dbc is #9999cc. Color #869dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011101 10111100
Octal 206 235 274
Decimal 134 157 188
Hex 86 9D BC

RGB Percentages of Color #869dbc

%27.97
%32.78
%39.25

CMYK Percentages of Color #869dbc

%29
%16
%0
%26

Triadic Colors of #869dbc

#869dbc #bc869d #9dbc86

Analogous Colors of #869dbc

#869dbc #8a86bc #86b8bc

Monochromatic Colors of #869dbc

#869dbc

Complementary Color

#869dbc #bca586

#869dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#869dbc Color CSS Codes

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

#869dbc Text Font Color

<p style="color:#869dbc">Text here</p>

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


#869dbc Background Color

<div style="background-color:#869dbc">
Div content here</div>

This div background color is #869dbc


#869dbc Border Color

<div style="border:3px solid #869dbc">
Div here</div>

This div border color is #869dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #869dbc;
  box-shadow:         1px 1px 3px 2px #869dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869dbc


Comments

No comments written yet.

Please login to write comment.