Color Hex Logo

#698afb Color Hex

#698AFB
(105,138,251)
0 Favorites   0 Comments

Color spaces of #698afb

RGB 105138251
HSL0.630.950.70
HSV226°58°98°
CMYK 0.580.450.00   0.02
XYZ32.326828.145394.9956
Yxy28.14530.20790.1810
Hunter Lab53.052115.9260-69.0287
CIE-Lab60.019821.3441-60.0389

#698afb color RGB value is (105,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 11111011
Octal 151 212 373
Decimal 105 138 251
Hex 69 8A FB

RGB Percentages of Color #698afb

%21.26
%27.94
%50.81

CMYK Percentages of Color #698afb

%58
%45
%0
%2

Triadic Colors of #698afb

#698afb #fb698a #8afb69

Analogous Colors of #698afb

#698afb #9169fb #69d3fb

Monochromatic Colors of #698afb

#698afb

Complementary Color

#698afb #fbda69

#698afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698afb Color CSS Codes

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

#698afb Text Font Color

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

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


#698afb Background Color

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

This div background color is #698afb


#698afb Border Color

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

This div border color is #698afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698afb


Comments

No comments written yet.

Please login to write comment.