Color Hex Logo

#698cea Color Hex

#698CEA
(105,140,234)
0 Favorites   0 Comments

Color spaces of #698cea

RGB 105140234
HSL0.620.750.66
HSV224°55°92°
CMYK 0.550.400.00   0.08
XYZ30.055127.699981.6045
Yxy27.69990.21570.1988
Hunter Lab52.63079.8299-55.0883
CIE-Lab59.616614.7069-51.2957

#698cea color RGB value is (105,140,234).

#698cea hex color red value is 105, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #698cea hue: 0.62 , saturation: 0.75 and the lightness value of 698cea is 0.66.

The process color (four color CMYK) of #698cea color hex is 0.55, 0.40, 0.00, 0.08. Web safe color of #698cea is #6699ff. Color #698cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001100 11101010
Octal 151 214 352
Decimal 105 140 234
Hex 69 8C EA

RGB Percentages of Color #698cea

%21.92
%29.23
%48.85

CMYK Percentages of Color #698cea

%55
%40
%0
%8

Triadic Colors of #698cea

#698cea #ea698c #8cea69

Analogous Colors of #698cea

#698cea #8769ea #69cdea

Monochromatic Colors of #698cea

#698cea

Complementary Color

#698cea #eac769

#698cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#698cea Color CSS Codes

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

#698cea Text Font Color

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

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


#698cea Background Color

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

This div background color is #698cea


#698cea Border Color

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

This div border color is #698cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698cea


Comments

No comments written yet.

Please login to write comment.