Color Hex Logo

#8698df Color Hex

#8698DF
(134,152,223)
0 Favorites   0 Comments

Color spaces of #8698df

RGB 134152223
HSL0.630.580.70
HSV228°40°87°
CMYK 0.400.320.00   0.13
XYZ34.379032.852574.3412
Yxy32.85250.24280.2321
Hunter Lab57.31716.7600-36.7781
CIE-Lab64.041311.2445-38.1088

#8698df color RGB value is (134,152,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011000 11011111
Octal 206 230 337
Decimal 134 152 223
Hex 86 98 DF

RGB Percentages of Color #8698df

%26.33
%29.86
%43.81

CMYK Percentages of Color #8698df

%40
%32
%0
%13

Triadic Colors of #8698df

#8698df #df8698 #98df86

Analogous Colors of #8698df

#8698df #a186df #86c5df

Monochromatic Colors of #8698df

#8698df

Complementary Color

#8698df #dfcd86

#8698df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8698df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8698df Color CSS Codes

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

#8698df Text Font Color

<p style="color:#8698df">Text here</p>

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


#8698df Background Color

<div style="background-color:#8698df">
Div content here</div>

This div background color is #8698df


#8698df Border Color

<div style="border:3px solid #8698df">
Div here</div>

This div border color is #8698df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,152,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 #8698df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8698df


Comments

No comments written yet.

Please login to write comment.