Color Hex Logo

#638e98 Color Hex

#638E98
(99,142,152)
0 Favorites   0 Comments

Color spaces of #638e98

RGB 99142152
HSL0.530.210.49
HSV191°35°60°
CMYK 0.350.070.00   0.40
XYZ20.486124.265633.3098
Yxy24.26560.26240.3109
Hunter Lab49.2601-11.9714-5.6099
CIE-Lab56.3527-12.0800-10.0158

#638e98 color RGB value is (99,142,152).

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

The process color (four color CMYK) of #638e98 color hex is 0.35, 0.07, 0.00, 0.40. Web safe color of #638e98 is #669999. Color #638e98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 10011000
Octal 143 216 230
Decimal 99 142 152
Hex 63 8E 98

RGB Percentages of Color #638e98

%25.19
%36.13
%38.68

CMYK Percentages of Color #638e98

%35
%7
%0
%40

Triadic Colors of #638e98

#638e98 #98638e #8e9863

Analogous Colors of #638e98

#638e98 #637498 #639888

Monochromatic Colors of #638e98

#638e98

Complementary Color

#638e98 #986d63

#638e98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638e98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638e98 Color CSS Codes

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

#638e98 Text Font Color

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

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


#638e98 Background Color

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

This div background color is #638e98


#638e98 Border Color

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

This div border color is #638e98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638e98


Comments

No comments written yet.

Please login to write comment.