Color Hex Logo

#698aba Color Hex

#698ABA
(105,138,186)
0 Favorites   0 Comments

Color spaces of #698aba

RGB 105138186
HSL0.600.370.57
HSV216°44°73°
CMYK 0.440.260.00   0.27
XYZ23.777124.725449.9737
Yxy24.72540.24150.2511
Hunter Lab49.7246-1.6638-24.7797
CIE-Lab56.80691.2253-28.7441

#698aba color RGB value is (105,138,186).

#698aba hex color red value is 105, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #698aba hue: 0.60 , saturation: 0.37 and the lightness value of 698aba is 0.57.

The process color (four color CMYK) of #698aba color hex is 0.44, 0.26, 0.00, 0.27. Web safe color of #698aba is #6699cc. Color #698aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 10111010
Octal 151 212 272
Decimal 105 138 186
Hex 69 8A BA

RGB Percentages of Color #698aba

%24.48
%32.17
%43.36

CMYK Percentages of Color #698aba

%44
%26
%0
%27

Triadic Colors of #698aba

#698aba #ba698a #8aba69

Analogous Colors of #698aba

#698aba #7169ba #69b3ba

Monochromatic Colors of #698aba

#698aba

Complementary Color

#698aba #ba9969

#698aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#698aba Color CSS Codes

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

#698aba Text Font Color

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

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


#698aba Background Color

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

This div background color is #698aba


#698aba Border Color

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

This div border color is #698aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698aba


Comments

No comments written yet.

Please login to write comment.