Color Hex Logo

#629aea Color Hex

#629AEA
(98,154,234)
0 Favorites   0 Comments

Color spaces of #629aea

RGB 98154234
HSL0.600.760.65
HSV215°58°92°
CMYK 0.580.340.00   0.08
XYZ31.443931.648482.2934
Yxy31.64840.21630.2177
Hunter Lab56.25691.3201-47.3504
CIE-Lab63.05125.0708-45.8838

#629aea color RGB value is (98,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 11101010
Octal 142 232 352
Decimal 98 154 234
Hex 62 9A EA

RGB Percentages of Color #629aea

%20.16
%31.69
%48.15

CMYK Percentages of Color #629aea

%58
%34
%0
%8

Triadic Colors of #629aea

#629aea #ea629a #9aea62

Analogous Colors of #629aea

#629aea #6e62ea #62deea

Monochromatic Colors of #629aea

#629aea

Complementary Color

#629aea #eab262

#629aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#629aea Color CSS Codes

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

#629aea Text Font Color

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

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


#629aea Background Color

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

This div background color is #629aea


#629aea Border Color

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

This div border color is #629aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629aea


Comments

No comments written yet.

Please login to write comment.