Color Hex Logo

#649dec Color Hex

#649DEC
(100,157,236)
0 Favorites   0 Comments

Color spaces of #649dec

RGB 100157236
HSL0.600.780.66
HSV215°58°93°
CMYK 0.580.330.00   0.07
XYZ32.452832.879483.9928
Yxy32.87940.21730.2202
Hunter Lab57.34060.6789-46.7100
CIE-Lab64.06314.3687-45.3846

#649dec color RGB value is (100,157,236).

#649dec hex color red value is 100, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #649dec hue: 0.60 , saturation: 0.78 and the lightness value of 649dec is 0.66.

The process color (four color CMYK) of #649dec color hex is 0.58, 0.33, 0.00, 0.07. Web safe color of #649dec is #6699ff. Color #649dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11101100
Octal 144 235 354
Decimal 100 157 236
Hex 64 9D EC

RGB Percentages of Color #649dec

%20.28
%31.85
%47.87

CMYK Percentages of Color #649dec

%58
%33
%0
%7

Triadic Colors of #649dec

#649dec #ec649d #9dec64

Analogous Colors of #649dec

#649dec #6f64ec #64e1ec

Monochromatic Colors of #649dec

#649dec

Complementary Color

#649dec #ecb364

#649dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dec Color CSS Codes

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

#649dec Text Font Color

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

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


#649dec Background Color

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

This div background color is #649dec


#649dec Border Color

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

This div border color is #649dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,157,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 #649dec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dec


Comments

No comments written yet.

Please login to write comment.