Color Hex Logo

#698bea Color Hex

#698BEA
(105,139,234)
0 Favorites   0 Comments

Color spaces of #698bea

RGB 105139234
HSL0.620.750.66
HSV224°55°92°
CMYK 0.550.410.00   0.08
XYZ29.909627.409081.5560
Yxy27.40900.21540.1974
Hunter Lab52.353610.3582-55.7139
CIE-Lab59.351015.3013-51.7177

#698bea color RGB value is (105,139,234).

#698bea hex color red value is 105, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #698bea hue: 0.62 , saturation: 0.75 and the lightness value of 698bea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 11101010
Octal 151 213 352
Decimal 105 139 234
Hex 69 8B EA

RGB Percentages of Color #698bea

%21.97
%29.08
%48.95

CMYK Percentages of Color #698bea

%55
%41
%0
%8

Triadic Colors of #698bea

#698bea #ea698b #8bea69

Analogous Colors of #698bea

#698bea #8869ea #69ccea

Monochromatic Colors of #698bea

#698bea

Complementary Color

#698bea #eac869

#698bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#698bea Color CSS Codes

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

#698bea Text Font Color

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

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


#698bea Background Color

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

This div background color is #698bea


#698bea Border Color

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

This div border color is #698bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698bea


Comments

No comments written yet.

Please login to write comment.