Color Hex Logo

#638cad Color Hex

#638CAD
(99,140,173)
0 Favorites   0 Comments

Color spaces of #638cad

RGB 99140173
HSL0.570.310.53
HSV207°43°68°
CMYK 0.430.190.00   0.32
XYZ22.066524.425943.0868
Yxy24.42590.24630.2727
Hunter Lab49.4226-6.7917-17.0935
CIE-Lab56.5117-5.2464-21.8132

#638cad color RGB value is (99,140,173).

#638cad hex color red value is 99, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #638cad hue: 0.57 , saturation: 0.31 and the lightness value of 638cad is 0.53.

The process color (four color CMYK) of #638cad color hex is 0.43, 0.19, 0.00, 0.32. Web safe color of #638cad is #669999. Color #638cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 10101101
Octal 143 214 255
Decimal 99 140 173
Hex 63 8C AD

RGB Percentages of Color #638cad

%24.03
%33.98
%41.99

CMYK Percentages of Color #638cad

%43
%19
%0
%32

Triadic Colors of #638cad

#638cad #ad638c #8cad63

Analogous Colors of #638cad

#638cad #6367ad #63ada9

Monochromatic Colors of #638cad

#638cad

Complementary Color

#638cad #ad8463

#638cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#638cad Color CSS Codes

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

#638cad Text Font Color

<p style="color:#638cad">Text here</p>

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


#638cad Background Color

<div style="background-color:#638cad">
Div content here</div>

This div background color is #638cad


#638cad Border Color

<div style="border:3px solid #638cad">
Div here</div>

This div border color is #638cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,140,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638cad;
  -webkit-box-shadow: 1px 1px 3px 2px #638cad;
  box-shadow:         1px 1px 3px 2px #638cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,140,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638cad


Comments

No comments written yet.

Please login to write comment.