Color Hex Logo

#698deb Color Hex

#698DEB
(105,141,235)
0 Favorites   0 Comments

Color spaces of #698deb

RGB 105141235
HSL0.620.760.67
HSV223°55°92°
CMYK 0.550.400.00   0.08
XYZ30.346028.051282.4123
Yxy28.05120.21550.1992
Hunter Lab52.96349.5878-55.1823
CIE-Lab59.935014.4303-51.3443

#698deb color RGB value is (105,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001101 11101011
Octal 151 215 353
Decimal 105 141 235
Hex 69 8D EB

RGB Percentages of Color #698deb

%21.83
%29.31
%48.86

CMYK Percentages of Color #698deb

%55
%40
%0
%8

Triadic Colors of #698deb

#698deb #eb698d #8deb69

Analogous Colors of #698deb

#698deb #8669eb #69ceeb

Monochromatic Colors of #698deb

#698deb

Complementary Color

#698deb #ebc769

#698deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698deb Color CSS Codes

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

#698deb Text Font Color

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

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


#698deb Background Color

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

This div background color is #698deb


#698deb Border Color

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

This div border color is #698deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,141,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 #698deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698deb


Comments

No comments written yet.

Please login to write comment.