Color Hex Logo

#698feb Color Hex

#698FEB
(105,143,235)
0 Favorites   0 Comments

Color spaces of #698feb

RGB 105143235
HSL0.620.760.67
HSV222°55°92°
CMYK 0.550.390.00   0.08
XYZ30.643628.646382.5115
Yxy28.64630.21610.2020
Hunter Lab53.52228.5344-53.9377
CIE-Lab60.468213.2454-50.4981

#698feb color RGB value is (105,143,235).

#698feb hex color red value is 105, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #698feb hue: 0.62 , saturation: 0.76 and the lightness value of 698feb is 0.67.

The process color (four color CMYK) of #698feb color hex is 0.55, 0.39, 0.00, 0.08. Web safe color of #698feb is #6699ff. Color #698feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11101011
Octal 151 217 353
Decimal 105 143 235
Hex 69 8F EB

RGB Percentages of Color #698feb

%21.74
%29.61
%48.65

CMYK Percentages of Color #698feb

%55
%39
%0
%8

Triadic Colors of #698feb

#698feb #eb698f #8feb69

Analogous Colors of #698feb

#698feb #8469eb #69d0eb

Monochromatic Colors of #698feb

#698feb

Complementary Color

#698feb #ebc569

#698feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698feb Color CSS Codes

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

#698feb Text Font Color

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

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


#698feb Background Color

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

This div background color is #698feb


#698feb Border Color

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

This div border color is #698feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698feb


Comments

No comments written yet.

Please login to write comment.