Color Hex Logo

#699aca Color Hex

#699ACA
(105,154,202)
0 Favorites   0 Comments

Color spaces of #699aca

RGB 105154202
HSL0.580.480.60
HSV210°48°79°
CMYK 0.480.240.00   0.21
XYZ28.042030.378760.2628
Yxy30.37870.23630.2560
Hunter Lab55.1169-5.6385-26.2437
CIE-Lab61.9796-3.2601-29.7599

#699aca color RGB value is (105,154,202).

#699aca hex color red value is 105, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #699aca hue: 0.58 , saturation: 0.48 and the lightness value of 699aca is 0.60.

The process color (four color CMYK) of #699aca color hex is 0.48, 0.24, 0.00, 0.21. Web safe color of #699aca is #6699cc. Color #699aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 11001010
Octal 151 232 312
Decimal 105 154 202
Hex 69 9A CA

RGB Percentages of Color #699aca

%22.78
%33.41
%43.82

CMYK Percentages of Color #699aca

%48
%24
%0
%21

Triadic Colors of #699aca

#699aca #ca699a #9aca69

Analogous Colors of #699aca

#699aca #696aca #69caca

Monochromatic Colors of #699aca

#699aca

Complementary Color

#699aca #ca9969

#699aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aca Color CSS Codes

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

#699aca Text Font Color

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

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


#699aca Background Color

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

This div background color is #699aca


#699aca Border Color

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

This div border color is #699aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aca


Comments

No comments written yet.

Please login to write comment.