Color Hex Logo

#698aec Color Hex

#698AEC
(105,138,236)
0 Favorites   0 Comments

Color spaces of #698aec

RGB 105138236
HSL0.620.780.67
HSV225°56°93°
CMYK 0.560.420.00   0.07
XYZ30.054527.236383.0300
Yxy27.23630.21420.1941
Hunter Lab52.188411.4657-57.7965
CIE-Lab59.192416.5332-53.0788

#698aec color RGB value is (105,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 11101100
Octal 151 212 354
Decimal 105 138 236
Hex 69 8A EC

RGB Percentages of Color #698aec

%21.92
%28.81
%49.27

CMYK Percentages of Color #698aec

%56
%42
%0
%7

Triadic Colors of #698aec

#698aec #ec698a #8aec69

Analogous Colors of #698aec

#698aec #8a69ec #69ccec

Monochromatic Colors of #698aec

#698aec

Complementary Color

#698aec #eccb69

#698aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#698aec Color CSS Codes

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

#698aec Text Font Color

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

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


#698aec Background Color

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

This div background color is #698aec


#698aec Border Color

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

This div border color is #698aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698aec


Comments

No comments written yet.

Please login to write comment.