Color Hex Logo

#698afd Color Hex

#698AFD
(105,138,253)
0 Favorites   0 Comments

Color spaces of #698afd

RGB 105138253
HSL0.630.970.70
HSV227°58°99°
CMYK 0.580.450.00   0.01
XYZ32.643828.272196.6650
Yxy28.27210.20720.1794
Hunter Lab53.171516.5371-70.5683
CIE-Lab60.133821.9899-60.9554

#698afd color RGB value is (105,138,253).

#698afd hex color red value is 105, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #698afd hue: 0.63 , saturation: 0.97 and the lightness value of 698afd is 0.70.

The process color (four color CMYK) of #698afd color hex is 0.58, 0.45, 0.00, 0.01. Web safe color of #698afd is #6699ff. Color #698afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 11111101
Octal 151 212 375
Decimal 105 138 253
Hex 69 8A FD

RGB Percentages of Color #698afd

%21.17
%27.82
%51.01

CMYK Percentages of Color #698afd

%58
%45
%0
%1

Triadic Colors of #698afd

#698afd #fd698a #8afd69

Analogous Colors of #698afd

#698afd #9269fd #69d4fd

Monochromatic Colors of #698afd

#698afd

Complementary Color

#698afd #fddc69

#698afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#698afd Color CSS Codes

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

#698afd Text Font Color

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

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


#698afd Background Color

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

This div background color is #698afd


#698afd Border Color

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

This div border color is #698afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698afd

Related Colors


Comments

No comments written yet.

Please login to write comment.