Color Hex Logo

#699acf Color Hex

#699ACF
(105,154,207)
0 Favorites   0 Comments

Color spaces of #699acf

RGB 105154207
HSL0.590.520.61
HSV211°49°81°
CMYK 0.490.260.00   0.19
XYZ28.643830.619563.4319
Yxy30.61950.23350.2496
Hunter Lab55.3349-4.4365-29.2313
CIE-Lab62.1851-1.7816-32.2350

#699acf color RGB value is (105,154,207).

#699acf hex color red value is 105, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #699acf hue: 0.59 , saturation: 0.52 and the lightness value of 699acf is 0.61.

The process color (four color CMYK) of #699acf color hex is 0.49, 0.26, 0.00, 0.19. Web safe color of #699acf is #6699cc. Color #699acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 11001111
Octal 151 232 317
Decimal 105 154 207
Hex 69 9A CF

RGB Percentages of Color #699acf

%22.53
%33.05
%44.42

CMYK Percentages of Color #699acf

%49
%26
%0
%19

Triadic Colors of #699acf

#699acf #cf699a #9acf69

Analogous Colors of #699acf

#699acf #6b69cf #69cdcf

Monochromatic Colors of #699acf

#699acf

Complementary Color

#699acf #cf9e69

#699acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#699acf Color CSS Codes

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

#699acf Text Font Color

<p style="color:#699acf">Text here</p>

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


#699acf Background Color

<div style="background-color:#699acf">
Div content here</div>

This div background color is #699acf


#699acf Border Color

<div style="border:3px solid #699acf">
Div here</div>

This div border color is #699acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,154,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699acf;
  -webkit-box-shadow: 1px 1px 3px 2px #699acf;
  box-shadow:         1px 1px 3px 2px #699acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699acf


Comments

No comments written yet.

Please login to write comment.