Color Hex Logo

#698fae Color Hex

#698FAE
(105,143,174)
0 Favorites   0 Comments

Color spaces of #698fae

RGB 105143174
HSL0.570.300.55
HSV207°40°68°
CMYK 0.400.180.00   0.32
XYZ23.288125.704243.7784
Yxy25.70420.25100.2771
Hunter Lab50.6993-6.7320-15.7069
CIE-Lab57.7552-5.0370-20.4507

#698fae color RGB value is (105,143,174).

#698fae hex color red value is 105, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #698fae hue: 0.57 , saturation: 0.30 and the lightness value of 698fae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 10101110
Octal 151 217 256
Decimal 105 143 174
Hex 69 8F AE

RGB Percentages of Color #698fae

%24.88
%33.89
%41.23

CMYK Percentages of Color #698fae

%40
%18
%0
%32

Triadic Colors of #698fae

#698fae #ae698f #8fae69

Analogous Colors of #698fae

#698fae #696dae #69aeab

Monochromatic Colors of #698fae

#698fae

Complementary Color

#698fae #ae8869

#698fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fae Color CSS Codes

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

#698fae Text Font Color

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

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


#698fae Background Color

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

This div background color is #698fae


#698fae Border Color

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

This div border color is #698fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fae


Comments

No comments written yet.

Please login to write comment.