Color Hex Logo

#698ea8 Color Hex

#698EA8
(105,142,168)
0 Favorites   0 Comments

Color spaces of #698ea8

RGB 105142168
HSL0.570.270.54
HSV205°38°66°
CMYK 0.380.150.00   0.34
XYZ22.566625.176440.7159
Yxy25.17640.25510.2846
Hunter Lab50.1761-7.5281-12.9882
CIE-Lab57.2469-6.1111-17.8014

#698ea8 color RGB value is (105,142,168).

#698ea8 hex color red value is 105, green value is 142 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #698ea8 hue: 0.57 , saturation: 0.27 and the lightness value of 698ea8 is 0.54.

The process color (four color CMYK) of #698ea8 color hex is 0.38, 0.15, 0.00, 0.34. Web safe color of #698ea8 is #669999. Color #698ea8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 10101000
Octal 151 216 250
Decimal 105 142 168
Hex 69 8E A8

RGB Percentages of Color #698ea8

%25.30
%34.22
%40.48

CMYK Percentages of Color #698ea8

%38
%15
%0
%34

Triadic Colors of #698ea8

#698ea8 #a8698e #8ea869

Analogous Colors of #698ea8

#698ea8 #696fa8 #69a8a3

Monochromatic Colors of #698ea8

#698ea8

Complementary Color

#698ea8 #a88369

#698ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ea8 Color CSS Codes

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

#698ea8 Text Font Color

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

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


#698ea8 Background Color

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

This div background color is #698ea8


#698ea8 Border Color

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

This div border color is #698ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ea8


Comments

No comments written yet.

Please login to write comment.