Color Hex Logo

#629feb Color Hex

#629FEB
(98,159,235)
0 Favorites   0 Comments

Color spaces of #629feb

RGB 98159235
HSL0.590.770.65
HSV213°58°92°
CMYK 0.580.320.00   0.08
XYZ32.430533.391183.3331
Yxy33.39110.21740.2239
Hunter Lab57.7850-0.9449-45.0539
CIE-Lab64.47632.5076-44.1907

#629feb color RGB value is (98,159,235).

#629feb hex color red value is 98, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #629feb hue: 0.59 , saturation: 0.77 and the lightness value of 629feb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11101011
Octal 142 237 353
Decimal 98 159 235
Hex 62 9F EB

RGB Percentages of Color #629feb

%19.92
%32.32
%47.76

CMYK Percentages of Color #629feb

%58
%32
%0
%8

Triadic Colors of #629feb

#629feb #eb629f #9feb62

Analogous Colors of #629feb

#629feb #6a62eb #62e4eb

Monochromatic Colors of #629feb

#629feb

Complementary Color

#629feb #ebae62

#629feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#629feb Color CSS Codes

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

#629feb Text Font Color

<p style="color:#629feb">Text here</p>

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


#629feb Background Color

<div style="background-color:#629feb">
Div content here</div>

This div background color is #629feb


#629feb Border Color

<div style="border:3px solid #629feb">
Div here</div>

This div border color is #629feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,159,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #629feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #629feb;
  -webkit-box-shadow: 1px 1px 3px 2px #629feb;
  box-shadow:         1px 1px 3px 2px #629feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,159,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 #629feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629feb


Comments

No comments written yet.

Please login to write comment.