Color Hex Logo

#629ade Color Hex

#629ADE
(98,154,222)
0 Favorites   0 Comments

Color spaces of #629ade

RGB 98154222
HSL0.590.650.63
HSV213°56°87°
CMYK 0.560.310.00   0.13
XYZ29.777430.981873.5179
Yxy30.98180.22180.2307
Hunter Lab55.6613-1.9142-39.3478
CIE-Lab62.49231.2596-40.1270

#629ade color RGB value is (98,154,222).

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

The process color (four color CMYK) of #629ade color hex is 0.56, 0.31, 0.00, 0.13. Web safe color of #629ade is #6699cc. Color #629ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 11011110
Octal 142 232 336
Decimal 98 154 222
Hex 62 9A DE

RGB Percentages of Color #629ade

%20.68
%32.49
%46.84

CMYK Percentages of Color #629ade

%56
%31
%0
%13

Triadic Colors of #629ade

#629ade #de629a #9ade62

Analogous Colors of #629ade

#629ade #6862de #62d8de

Monochromatic Colors of #629ade

#629ade

Complementary Color

#629ade #dea662

#629ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ade Color CSS Codes

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

#629ade Text Font Color

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

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


#629ade Background Color

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

This div background color is #629ade


#629ade Border Color

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

This div border color is #629ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,154,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ade


Comments

No comments written yet.

Please login to write comment.