Color Hex Logo

#869fdd Color Hex

#869FDD
(134,159,221)
0 Favorites   0 Comments

Color spaces of #869fdd

RGB 134159221
HSL0.620.560.70
HSV223°39°87°
CMYK 0.390.280.00   0.13
XYZ35.280835.085173.3192
Yxy35.08510.24550.2442
Hunter Lab59.23272.6629-31.9273
CIE-Lab65.81496.6879-34.2401

#869fdd color RGB value is (134,159,221).

#869fdd hex color red value is 134, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #869fdd hue: 0.62 , saturation: 0.56 and the lightness value of 869fdd is 0.70.

The process color (four color CMYK) of #869fdd color hex is 0.39, 0.28, 0.00, 0.13. Web safe color of #869fdd is #9999cc. Color #869fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011111 11011101
Octal 206 237 335
Decimal 134 159 221
Hex 86 9F DD

RGB Percentages of Color #869fdd

%26.07
%30.93
%43.00

CMYK Percentages of Color #869fdd

%39
%28
%0
%13

Triadic Colors of #869fdd

#869fdd #dd869f #9fdd86

Analogous Colors of #869fdd

#869fdd #9986dd #86cbdd

Monochromatic Colors of #869fdd

#869fdd

Complementary Color

#869fdd #ddc486

#869fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#869fdd Color CSS Codes

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

#869fdd Text Font Color

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

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


#869fdd Background Color

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

This div background color is #869fdd


#869fdd Border Color

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

This div border color is #869fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869fdd


Comments

No comments written yet.

Please login to write comment.