Color Hex Logo

#698ebf Color Hex

#698EBF
(105,142,191)
0 Favorites   0 Comments

Color spaces of #698ebf

RGB 105142191
HSL0.590.400.58
HSV214°45°75°
CMYK 0.450.260.00   0.25
XYZ24.902726.110853.0176
Yxy26.11080.23940.2510
Hunter Lab51.0987-2.4317-25.7474
CIE-Lab58.14210.3652-29.5128

#698ebf color RGB value is (105,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 10111111
Octal 151 216 277
Decimal 105 142 191
Hex 69 8E BF

RGB Percentages of Color #698ebf

%23.97
%32.42
%43.61

CMYK Percentages of Color #698ebf

%45
%26
%0
%25

Triadic Colors of #698ebf

#698ebf #bf698e #8ebf69

Analogous Colors of #698ebf

#698ebf #6f69bf #69b9bf

Monochromatic Colors of #698ebf

#698ebf

Complementary Color

#698ebf #bf9a69

#698ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ebf Color CSS Codes

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

#698ebf Text Font Color

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

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


#698ebf Background Color

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

This div background color is #698ebf


#698ebf Border Color

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

This div border color is #698ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ebf


Comments

No comments written yet.

Please login to write comment.