Color Hex Logo

#629aaa Color Hex

#629AAA
(98,154,170)
0 Favorites   0 Comments

Color spaces of #629aaa

RGB 98154170
HSL0.540.300.53
HSV193°42°67°
CMYK 0.420.090.00   0.33
XYZ23.848328.610242.2956
Yxy28.61020.25170.3019
Hunter Lab53.4885-14.0192-9.4411
CIE-Lab60.4361-14.1035-14.1427

#629aaa color RGB value is (98,154,170).

#629aaa hex color red value is 98, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #629aaa hue: 0.54 , saturation: 0.30 and the lightness value of 629aaa is 0.53.

The process color (four color CMYK) of #629aaa color hex is 0.42, 0.09, 0.00, 0.33. Web safe color of #629aaa is #669999. Color #629aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 10101010
Octal 142 232 252
Decimal 98 154 170
Hex 62 9A AA

RGB Percentages of Color #629aaa

%23.22
%36.49
%40.28

CMYK Percentages of Color #629aaa

%42
%9
%0
%33

Triadic Colors of #629aaa

#629aaa #aa629a #9aaa62

Analogous Colors of #629aaa

#629aaa #6276aa #62aa96

Monochromatic Colors of #629aaa

#629aaa

Complementary Color

#629aaa #aa7262

#629aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#629aaa Color CSS Codes

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

#629aaa Text Font Color

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

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


#629aaa Background Color

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

This div background color is #629aaa


#629aaa Border Color

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

This div border color is #629aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629aaa


Comments

No comments written yet.

Please login to write comment.