Color Hex Logo

#649ded Color Hex

#649DED
(100,157,237)
0 Favorites   0 Comments

Color spaces of #649ded

RGB 100157237
HSL0.600.790.66
HSV215°58°93°
CMYK 0.580.340.00   0.07
XYZ32.598632.937784.7602
Yxy32.93770.21690.2192
Hunter Lab57.39140.9540-47.3903
CIE-Lab64.11044.6874-45.8600

#649ded color RGB value is (100,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11101101
Octal 144 235 355
Decimal 100 157 237
Hex 64 9D ED

RGB Percentages of Color #649ded

%20.24
%31.78
%47.98

CMYK Percentages of Color #649ded

%58
%34
%0
%7

Triadic Colors of #649ded

#649ded #ed649d #9ded64

Analogous Colors of #649ded

#649ded #7064ed #64e2ed

Monochromatic Colors of #649ded

#649ded

Complementary Color

#649ded #edb464

#649ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ded Color CSS Codes

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

#649ded Text Font Color

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

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


#649ded Background Color

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

This div background color is #649ded


#649ded Border Color

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

This div border color is #649ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ded


Comments

No comments written yet.

Please login to write comment.