Color Hex Logo

#638ebd Color Hex

#638EBD
(99,142,189)
0 Favorites   0 Comments

Color spaces of #638ebd

RGB 99142189
HSL0.590.410.56
HSV211°48°74°
CMYK 0.480.250.00   0.26
XYZ24.003925.672851.8343
Yxy25.67280.23650.2529
Hunter Lab50.6683-4.1060-25.1865
CIE-Lab57.7252-1.7343-29.0522

#638ebd color RGB value is (99,142,189).

#638ebd hex color red value is 99, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #638ebd hue: 0.59 , saturation: 0.41 and the lightness value of 638ebd is 0.56.

The process color (four color CMYK) of #638ebd color hex is 0.48, 0.25, 0.00, 0.26. Web safe color of #638ebd is #6699cc. Color #638ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 10111101
Octal 143 216 275
Decimal 99 142 189
Hex 63 8E BD

RGB Percentages of Color #638ebd

%23.02
%33.02
%43.95

CMYK Percentages of Color #638ebd

%48
%25
%0
%26

Triadic Colors of #638ebd

#638ebd #bd638e #8ebd63

Analogous Colors of #638ebd

#638ebd #6563bd #63bbbd

Monochromatic Colors of #638ebd

#638ebd

Complementary Color

#638ebd #bd9263

#638ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638ebd Color CSS Codes

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

#638ebd Text Font Color

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

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


#638ebd Background Color

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

This div background color is #638ebd


#638ebd Border Color

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

This div border color is #638ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638ebd


Comments

No comments written yet.

Please login to write comment.