Color Hex Logo

#638eba Color Hex

#638EBA
(99,142,186)
0 Favorites   0 Comments

Color spaces of #638eba

RGB 99142186
HSL0.580.390.56
HSV210°47°73°
CMYK 0.470.240.00   0.27
XYZ23.681525.543850.1367
Yxy25.54380.23830.2571
Hunter Lab50.5409-4.8083-23.4372
CIE-Lab57.6015-2.6224-27.5417

#638eba color RGB value is (99,142,186).

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

The process color (four color CMYK) of #638eba color hex is 0.47, 0.24, 0.00, 0.27. Web safe color of #638eba is #6699cc. Color #638eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 10111010
Octal 143 216 272
Decimal 99 142 186
Hex 63 8E BA

RGB Percentages of Color #638eba

%23.19
%33.26
%43.56

CMYK Percentages of Color #638eba

%47
%24
%0
%27

Triadic Colors of #638eba

#638eba #ba638e #8eba63

Analogous Colors of #638eba

#638eba #6463ba #63baba

Monochromatic Colors of #638eba

#638eba

Complementary Color

#638eba #ba8f63

#638eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#638eba Color CSS Codes

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

#638eba Text Font Color

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

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


#638eba Background Color

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

This div background color is #638eba


#638eba Border Color

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

This div border color is #638eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638eba


Comments

No comments written yet.

Please login to write comment.