Color Hex Logo

#698eeb Color Hex

#698EEB
(105,142,235)
0 Favorites   0 Comments

Color spaces of #698eeb

RGB 105142235
HSL0.620.760.67
HSV223°55°92°
CMYK 0.550.400.00   0.08
XYZ30.494128.347482.4616
Yxy28.34740.21580.2006
Hunter Lab53.24239.0605-54.5587
CIE-Lab60.201313.8374-50.9215

#698eeb color RGB value is (105,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 11101011
Octal 151 216 353
Decimal 105 142 235
Hex 69 8E EB

RGB Percentages of Color #698eeb

%21.78
%29.46
%48.76

CMYK Percentages of Color #698eeb

%55
%40
%0
%8

Triadic Colors of #698eeb

#698eeb #eb698e #8eeb69

Analogous Colors of #698eeb

#698eeb #8569eb #69cfeb

Monochromatic Colors of #698eeb

#698eeb

Complementary Color

#698eeb #ebc669

#698eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698eeb Color CSS Codes

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

#698eeb Text Font Color

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

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


#698eeb Background Color

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

This div background color is #698eeb


#698eeb Border Color

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

This div border color is #698eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698eeb


Comments

No comments written yet.

Please login to write comment.