Color Hex Logo

#699ace Color Hex

#699ACE
(105,154,206)
0 Favorites   0 Comments

Color spaces of #699ace

RGB 105154206
HSL0.590.510.61
HSV211°49°81°
CMYK 0.490.250.00   0.19
XYZ28.521930.570762.7900
Yxy30.57070.23400.2508
Hunter Lab55.2908-4.6791-28.6281
CIE-Lab62.1435-2.0786-31.7413

#699ace color RGB value is (105,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 11001110
Octal 151 232 316
Decimal 105 154 206
Hex 69 9A CE

RGB Percentages of Color #699ace

%22.58
%33.12
%44.30

CMYK Percentages of Color #699ace

%49
%25
%0
%19

Triadic Colors of #699ace

#699ace #ce699a #9ace69

Analogous Colors of #699ace

#699ace #6b69ce #69cdce

Monochromatic Colors of #699ace

#699ace

Complementary Color

#699ace #ce9d69

#699ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ace Color CSS Codes

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

#699ace Text Font Color

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

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


#699ace Background Color

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

This div background color is #699ace


#699ace Border Color

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

This div border color is #699ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ace


Comments

No comments written yet.

Please login to write comment.