Color Hex Logo

#699aeb Color Hex

#699AEB
(105,154,235)
0 Favorites   0 Comments

Color spaces of #699aeb

RGB 105154235
HSL0.600.760.67
HSV217°55°92°
CMYK 0.550.340.00   0.08
XYZ32.376732.112683.0892
Yxy32.11260.21940.2176
Hunter Lab56.66802.8153-47.2661
CIE-Lab63.43586.7992-45.8060

#699aeb color RGB value is (105,154,235).

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

The process color (four color CMYK) of #699aeb color hex is 0.55, 0.34, 0.00, 0.08. Web safe color of #699aeb is #6699ff. Color #699aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 11101011
Octal 151 232 353
Decimal 105 154 235
Hex 69 9A EB

RGB Percentages of Color #699aeb

%21.26
%31.17
%47.57

CMYK Percentages of Color #699aeb

%55
%34
%0
%8

Triadic Colors of #699aeb

#699aeb #eb699a #9aeb69

Analogous Colors of #699aeb

#699aeb #7969eb #69dbeb

Monochromatic Colors of #699aeb

#699aeb

Complementary Color

#699aeb #ebba69

#699aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aeb Color CSS Codes

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

#699aeb Text Font Color

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

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


#699aeb Background Color

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

This div background color is #699aeb


#699aeb Border Color

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

This div border color is #699aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aeb


Comments

No comments written yet.

Please login to write comment.