Color Hex Logo

#638aeb Color Hex

#638AEB
(99,138,235)
0 Favorites   0 Comments

Color spaces of #638aeb

RGB 99138235
HSL0.620.770.65
HSV223°58°92°
CMYK 0.580.410.00   0.08
XYZ29.229526.827882.2350
Yxy26.82780.21140.1940
Hunter Lab51.795610.0897-57.8769
CIE-Lab58.814615.0159-53.1452

#638aeb color RGB value is (99,138,235).

#638aeb hex color red value is 99, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #638aeb hue: 0.62 , saturation: 0.77 and the lightness value of 638aeb is 0.65.

The process color (four color CMYK) of #638aeb color hex is 0.58, 0.41, 0.00, 0.08. Web safe color of #638aeb is #6699ff. Color #638aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 11101011
Octal 143 212 353
Decimal 99 138 235
Hex 63 8A EB

RGB Percentages of Color #638aeb

%20.97
%29.24
%49.79

CMYK Percentages of Color #638aeb

%58
%41
%0
%8

Triadic Colors of #638aeb

#638aeb #eb638a #8aeb63

Analogous Colors of #638aeb

#638aeb #8063eb #63ceeb

Monochromatic Colors of #638aeb

#638aeb

Complementary Color

#638aeb #ebc463

#638aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638aeb Color CSS Codes

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

#638aeb Text Font Color

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

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


#638aeb Background Color

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

This div background color is #638aeb


#638aeb Border Color

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

This div border color is #638aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638aeb


Comments

No comments written yet.

Please login to write comment.