Color Hex Logo

#698fde Color Hex

#698FDE
(105,143,222)
0 Favorites   0 Comments

Color spaces of #698fde

RGB 105143222
HSL0.610.640.64
HSV221°53°87°
CMYK 0.530.360.00   0.13
XYZ28.833027.922172.9771
Yxy27.92210.22230.2152
Hunter Lab52.84144.9265-44.8941
CIE-Lab59.81839.1567-44.3060

#698fde color RGB value is (105,143,222).

#698fde hex color red value is 105, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #698fde hue: 0.61 , saturation: 0.64 and the lightness value of 698fde is 0.64.

The process color (four color CMYK) of #698fde color hex is 0.53, 0.36, 0.00, 0.13. Web safe color of #698fde is #6699cc. Color #698fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11011110
Octal 151 217 336
Decimal 105 143 222
Hex 69 8F DE

RGB Percentages of Color #698fde

%22.34
%30.43
%47.23

CMYK Percentages of Color #698fde

%53
%36
%0
%13

Triadic Colors of #698fde

#698fde #de698f #8fde69

Analogous Colors of #698fde

#698fde #7e69de #69cade

Monochromatic Colors of #698fde

#698fde

Complementary Color

#698fde #deb869

#698fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fde Color CSS Codes

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

#698fde Text Font Color

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

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


#698fde Background Color

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

This div background color is #698fde


#698fde Border Color

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

This div border color is #698fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fde


Comments

No comments written yet.

Please login to write comment.