Color Hex Logo

#698fab Color Hex

#698FAB
(105,143,171)
0 Favorites   0 Comments

Color spaces of #698fab

RGB 105143171
HSL0.570.280.54
HSV205°39°67°
CMYK 0.390.160.00   0.33
XYZ22.998825.588542.2550
Yxy25.58850.25320.2817
Hunter Lab50.5851-7.3678-14.1169
CIE-Lab57.6444-5.8603-18.9093

#698fab color RGB value is (105,143,171).

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

The process color (four color CMYK) of #698fab color hex is 0.39, 0.16, 0.00, 0.33. Web safe color of #698fab is #669999. Color #698fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 10101011
Octal 151 217 253
Decimal 105 143 171
Hex 69 8F AB

RGB Percentages of Color #698fab

%25.06
%34.13
%40.81

CMYK Percentages of Color #698fab

%39
%16
%0
%33

Triadic Colors of #698fab

#698fab #ab698f #8fab69

Analogous Colors of #698fab

#698fab #696eab #69aba6

Monochromatic Colors of #698fab

#698fab

Complementary Color

#698fab #ab8569

#698fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fab Color CSS Codes

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

#698fab Text Font Color

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

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


#698fab Background Color

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

This div background color is #698fab


#698fab Border Color

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

This div border color is #698fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fab


Comments

No comments written yet.

Please login to write comment.