Color Hex Logo

#629aac Color Hex

#629AAC
(98,154,172)
0 Favorites   0 Comments

Color spaces of #629aac

RGB 98154172
HSL0.540.310.53
HSV195°43°67°
CMYK 0.430.100.00   0.33
XYZ24.039028.686443.2998
Yxy28.68640.25030.2987
Hunter Lab53.5597-13.6139-10.4406
CIE-Lab60.5039-13.5574-15.1717

#629aac color RGB value is (98,154,172).

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

The process color (four color CMYK) of #629aac color hex is 0.43, 0.10, 0.00, 0.33. Web safe color of #629aac is #669999. Color #629aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 10101100
Octal 142 232 254
Decimal 98 154 172
Hex 62 9A AC

RGB Percentages of Color #629aac

%23.11
%36.32
%40.57

CMYK Percentages of Color #629aac

%43
%10
%0
%33

Triadic Colors of #629aac

#629aac #ac629a #9aac62

Analogous Colors of #629aac

#629aac #6275ac #62ac99

Monochromatic Colors of #629aac

#629aac

Complementary Color

#629aac #ac7462

#629aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#629aac Color CSS Codes

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

#629aac Text Font Color

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

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


#629aac Background Color

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

This div background color is #629aac


#629aac Border Color

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

This div border color is #629aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629aac


Comments

No comments written yet.

Please login to write comment.