Color Hex Logo

#638dac Color Hex

#638DAC
(99,141,172)
0 Favorites   0 Comments

Color spaces of #638dac

RGB 99141172
HSL0.570.310.53
HSV205°42°67°
CMYK 0.420.180.00   0.33
XYZ22.116924.681042.6279
Yxy24.68100.24730.2760
Hunter Lab49.6800-7.4740-16.0978
CIE-Lab56.7633-6.0969-20.8563

#638dac color RGB value is (99,141,172).

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

The process color (four color CMYK) of #638dac color hex is 0.42, 0.18, 0.00, 0.33. Web safe color of #638dac is #669999. Color #638dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 10101100
Octal 143 215 254
Decimal 99 141 172
Hex 63 8D AC

RGB Percentages of Color #638dac

%24.03
%34.22
%41.75

CMYK Percentages of Color #638dac

%42
%18
%0
%33

Triadic Colors of #638dac

#638dac #ac638d #8dac63

Analogous Colors of #638dac

#638dac #6369ac #63aca7

Monochromatic Colors of #638dac

#638dac

Complementary Color

#638dac #ac8263

#638dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#638dac Color CSS Codes

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

#638dac Text Font Color

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

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


#638dac Background Color

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

This div background color is #638dac


#638dac Border Color

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

This div border color is #638dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638dac


Comments

No comments written yet.

Please login to write comment.