Color Hex Logo

#638eab Color Hex

#638EAB
(99,142,171)
0 Favorites   0 Comments

Color spaces of #638eab

RGB 99142171
HSL0.570.300.53
HSV204°42°67°
CMYK 0.420.170.00   0.33
XYZ22.169324.938942.1733
Yxy24.93890.24830.2793
Hunter Lab49.9389-8.1517-15.1131
CIE-Lab57.0158-6.9429-19.8989

#638eab color RGB value is (99,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 10101011
Octal 143 216 253
Decimal 99 142 171
Hex 63 8E AB

RGB Percentages of Color #638eab

%24.03
%34.47
%41.50

CMYK Percentages of Color #638eab

%42
%17
%0
%33

Triadic Colors of #638eab

#638eab #ab638e #8eab63

Analogous Colors of #638eab

#638eab #636aab #63aba4

Monochromatic Colors of #638eab

#638eab

Complementary Color

#638eab #ab8063

#638eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#638eab Color CSS Codes

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

#638eab Text Font Color

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

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


#638eab Background Color

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

This div background color is #638eab


#638eab Border Color

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

This div border color is #638eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638eab


Comments

No comments written yet.

Please login to write comment.