Color Hex Logo

#698ade Color Hex

#698ADE
(105,138,222)
0 Favorites   0 Comments

Color spaces of #698ade

RGB 105138222
HSL0.620.640.64
HSV223°53°87°
CMYK 0.530.380.00   0.13
XYZ28.099026.454172.7324
Yxy26.45410.22080.2078
Hunter Lab51.43357.5088-47.8388
CIE-Lab58.465612.1119-46.4424

#698ade color RGB value is (105,138,222).

#698ade hex color red value is 105, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #698ade hue: 0.62 , saturation: 0.64 and the lightness value of 698ade is 0.64.

The process color (four color CMYK) of #698ade color hex is 0.53, 0.38, 0.00, 0.13. Web safe color of #698ade is #6699cc. Color #698ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 11011110
Octal 151 212 336
Decimal 105 138 222
Hex 69 8A DE

RGB Percentages of Color #698ade

%22.58
%29.68
%47.74

CMYK Percentages of Color #698ade

%53
%38
%0
%13

Triadic Colors of #698ade

#698ade #de698a #8ade69

Analogous Colors of #698ade

#698ade #8369de #69c5de

Monochromatic Colors of #698ade

#698ade

Complementary Color

#698ade #debd69

#698ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ade Color CSS Codes

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

#698ade Text Font Color

<p style="color:#698ade">Text here</p>

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


#698ade Background Color

<div style="background-color:#698ade">
Div content here</div>

This div background color is #698ade


#698ade Border Color

<div style="border:3px solid #698ade">
Div here</div>

This div border color is #698ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,138,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698ade;
  -webkit-box-shadow: 1px 1px 3px 2px #698ade;
  box-shadow:         1px 1px 3px 2px #698ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,138,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ade


Comments

No comments written yet.

Please login to write comment.