Color Hex Logo

#698bef Color Hex

#698BEF
(105,139,239)
0 Favorites   0 Comments

Color spaces of #698bef

RGB 105139239
HSL0.620.810.67
HSV225°56°94°
CMYK 0.560.420.00   0.06
XYZ30.638327.700585.3933
Yxy27.70050.21320.1927
Hunter Lab52.631311.8057-59.3551
CIE-Lab59.617216.8938-54.0639

#698bef color RGB value is (105,139,239).

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

The process color (four color CMYK) of #698bef color hex is 0.56, 0.42, 0.00, 0.06. Web safe color of #698bef is #6699ff. Color #698bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 11101111
Octal 151 213 357
Decimal 105 139 239
Hex 69 8B EF

RGB Percentages of Color #698bef

%21.74
%28.78
%49.48

CMYK Percentages of Color #698bef

%56
%42
%0
%6

Triadic Colors of #698bef

#698bef #ef698b #8bef69

Analogous Colors of #698bef

#698bef #8a69ef #69ceef

Monochromatic Colors of #698bef

#698bef

Complementary Color

#698bef #efcd69

#698bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#698bef Color CSS Codes

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

#698bef Text Font Color

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

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


#698bef Background Color

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

This div background color is #698bef


#698bef Border Color

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

This div border color is #698bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698bef


Comments

No comments written yet.

Please login to write comment.