Color Hex Logo

#869edf Color Hex

#869EDF
(134,158,223)
0 Favorites   0 Comments

Color spaces of #869edf

RGB 134158223
HSL0.620.580.70
HSV224°40°87°
CMYK 0.400.290.00   0.13
XYZ35.377734.849874.6741
Yxy34.84980.24410.2405
Hunter Lab59.03373.6624-33.6747
CIE-Lab65.63167.8067-35.6294

#869edf color RGB value is (134,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011110 11011111
Octal 206 236 337
Decimal 134 158 223
Hex 86 9E DF

RGB Percentages of Color #869edf

%26.02
%30.68
%43.30

CMYK Percentages of Color #869edf

%40
%29
%0
%13

Triadic Colors of #869edf

#869edf #df869e #9edf86

Analogous Colors of #869edf

#869edf #9b86df #86cbdf

Monochromatic Colors of #869edf

#869edf

Complementary Color

#869edf #dfc786

#869edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#869edf Color CSS Codes

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

#869edf Text Font Color

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

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


#869edf Background Color

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

This div background color is #869edf


#869edf Border Color

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

This div border color is #869edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869edf


Comments

No comments written yet.

Please login to write comment.