Color Hex Logo

#698ead Color Hex

#698EAD
(105,142,173)
0 Favorites   0 Comments

Color spaces of #698ead

RGB 105142173
HSL0.580.290.55
HSV207°39°68°
CMYK 0.390.180.00   0.32
XYZ23.041525.366443.2169
Yxy25.36640.25150.2769
Hunter Lab50.3651-6.4770-15.6196
CIE-Lab57.4307-4.7465-20.3764

#698ead color RGB value is (105,142,173).

#698ead hex color red value is 105, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #698ead hue: 0.58 , saturation: 0.29 and the lightness value of 698ead is 0.55.

The process color (four color CMYK) of #698ead color hex is 0.39, 0.18, 0.00, 0.32. Web safe color of #698ead is #669999. Color #698ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 10101101
Octal 151 216 255
Decimal 105 142 173
Hex 69 8E AD

RGB Percentages of Color #698ead

%25.00
%33.81
%41.19

CMYK Percentages of Color #698ead

%39
%18
%0
%32

Triadic Colors of #698ead

#698ead #ad698e #8ead69

Analogous Colors of #698ead

#698ead #696cad #69adaa

Monochromatic Colors of #698ead

#698ead

Complementary Color

#698ead #ad8869

#698ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ead Color CSS Codes

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

#698ead Text Font Color

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

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


#698ead Background Color

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

This div background color is #698ead


#698ead Border Color

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

This div border color is #698ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ead


Comments

No comments written yet.

Please login to write comment.