Color Hex Logo

#649edf Color Hex

#649EDF
(100,158,223)
0 Favorites   0 Comments

Color spaces of #649edf

RGB 100158223
HSL0.590.660.63
HSV212°55°87°
CMYK 0.550.290.00   0.13
XYZ30.801732.490874.4600
Yxy32.49080.22360.2359
Hunter Lab57.0007-3.2945-37.5500
CIE-Lab63.7465-0.2964-38.7109

#649edf color RGB value is (100,158,223).

#649edf hex color red value is 100, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #649edf hue: 0.59 , saturation: 0.66 and the lightness value of 649edf is 0.63.

The process color (four color CMYK) of #649edf color hex is 0.55, 0.29, 0.00, 0.13. Web safe color of #649edf is #6699cc. Color #649edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 11011111
Octal 144 236 337
Decimal 100 158 223
Hex 64 9E DF

RGB Percentages of Color #649edf

%20.79
%32.85
%46.36

CMYK Percentages of Color #649edf

%55
%29
%0
%13

Triadic Colors of #649edf

#649edf #df649e #9edf64

Analogous Colors of #649edf

#649edf #6864df #64dcdf

Monochromatic Colors of #649edf

#649edf

Complementary Color

#649edf #dfa564

#649edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#649edf Color CSS Codes

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

#649edf Text Font Color

<p style="color:#649edf">Text here</p>

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


#649edf Background Color

<div style="background-color:#649edf">
Div content here</div>

This div background color is #649edf


#649edf Border Color

<div style="border:3px solid #649edf">
Div here</div>

This div border color is #649edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,158,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649edf;
  -webkit-box-shadow: 1px 1px 3px 2px #649edf;
  box-shadow:         1px 1px 3px 2px #649edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,158,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649edf


Comments

No comments written yet.

Please login to write comment.