Color Hex Logo

#699dfe Color Hex

#699DFE
(105,157,254)
0 Favorites   0 Comments

Color spaces of #699dfe

RGB 105157254
HSL0.610.990.70
HSV219°59°100°
CMYK 0.590.380.00   0.00
XYZ35.772134.273098.4959
Yxy34.27300.21220.2034
Hunter Lab58.54316.6198-58.7722
CIE-Lab65.178711.0903-53.4633

#699dfe color RGB value is (105,157,254).

#699dfe hex color red value is 105, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #699dfe hue: 0.61 , saturation: 0.99 and the lightness value of 699dfe is 0.70.

The process color (four color CMYK) of #699dfe color hex is 0.59, 0.38, 0.00, 0.00. Web safe color of #699dfe is #6699ff. Color #699dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11111110
Octal 151 235 376
Decimal 105 157 254
Hex 69 9D FE

RGB Percentages of Color #699dfe

%20.35
%30.43
%49.22

CMYK Percentages of Color #699dfe

%59
%38
%0
%0

Triadic Colors of #699dfe

#699dfe #fe699d #9dfe69

Analogous Colors of #699dfe

#699dfe #8069fe #69e8fe

Monochromatic Colors of #699dfe

#699dfe

Complementary Color

#699dfe #feca69

#699dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#699dfe Color CSS Codes

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

#699dfe Text Font Color

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

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


#699dfe Background Color

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

This div background color is #699dfe


#699dfe Border Color

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

This div border color is #699dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699dfe


Comments

No comments written yet.

Please login to write comment.