Color Hex Logo

#696aec Color Hex

#696AEC
(105,106,236)
0 Favorites   0 Comments

Color spaces of #696aec

RGB 105106236
HSL0.670.780.67
HSV240°56°93°
CMYK 0.560.550.00   0.07
XYZ26.120119.367581.7185
Yxy19.36750.20530.1523
Hunter Lab44.008528.9291-79.2884
CIE-Lab51.114435.7876-66.0393

#696aec color RGB value is (105,106,236).

#696aec hex color red value is 105, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #696aec hue: 0.67 , saturation: 0.78 and the lightness value of 696aec is 0.67.

The process color (four color CMYK) of #696aec color hex is 0.56, 0.55, 0.00, 0.07. Web safe color of #696aec is #6666ff. Color #696aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101010 11101100
Octal 151 152 354
Decimal 105 106 236
Hex 69 6A EC

RGB Percentages of Color #696aec

%23.49
%23.71
%52.80

CMYK Percentages of Color #696aec

%56
%55
%0
%7

Triadic Colors of #696aec

#696aec #ec696a #6aec69

Analogous Colors of #696aec

#696aec #aa69ec #69acec

Monochromatic Colors of #696aec

#696aec

Complementary Color

#696aec #eceb69

#696aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#696aec Color CSS Codes

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

#696aec Text Font Color

<p style="color:#696aec">Text here</p>

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


#696aec Background Color

<div style="background-color:#696aec">
Div content here</div>

This div background color is #696aec


#696aec Border Color

<div style="border:3px solid #696aec">
Div here</div>

This div border color is #696aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,106,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696aec;
  -webkit-box-shadow: 1px 1px 3px 2px #696aec;
  box-shadow:         1px 1px 3px 2px #696aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696aec


Comments

No comments written yet.

Please login to write comment.