Color Hex Logo

#698ada Color Hex

#698ADA
(105,138,218)
0 Favorites   0 Comments

Color spaces of #698ada

RGB 105138218
HSL0.620.600.63
HSV222°52°85°
CMYK 0.520.370.00   0.15
XYZ27.569126.242269.9419
Yxy26.24220.22280.2121
Hunter Lab51.22716.4165-45.0914
CIE-Lab58.266210.8641-44.5210

#698ada color RGB value is (105,138,218).

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

The process color (four color CMYK) of #698ada color hex is 0.52, 0.37, 0.00, 0.15. Web safe color of #698ada is #6699cc. Color #698ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 11011010
Octal 151 212 332
Decimal 105 138 218
Hex 69 8A DA

RGB Percentages of Color #698ada

%22.78
%29.93
%47.29

CMYK Percentages of Color #698ada

%52
%37
%0
%15

Triadic Colors of #698ada

#698ada #da698a #8ada69

Analogous Colors of #698ada

#698ada #8169da #69c3da

Monochromatic Colors of #698ada

#698ada

Complementary Color

#698ada #dab969

#698ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ada Color CSS Codes

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

#698ada Text Font Color

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

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


#698ada Background Color

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

This div background color is #698ada


#698ada Border Color

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

This div border color is #698ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ada


Comments

No comments written yet.

Please login to write comment.