Color Hex Logo

#629ab1 Color Hex

#629AB1
(98,154,177)
0 Favorites   0 Comments

Color spaces of #629ab1

RGB 98154177
HSL0.550.340.54
HSV197°45°69°
CMYK 0.450.130.00   0.31
XYZ24.528428.882245.8770
Yxy28.88220.24700.2909
Hunter Lab53.7422-12.5798-12.9934
CIE-Lab60.6775-12.1746-17.7342

#629ab1 color RGB value is (98,154,177).

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

The process color (four color CMYK) of #629ab1 color hex is 0.45, 0.13, 0.00, 0.31. Web safe color of #629ab1 is #669999. Color #629ab1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 10110001
Octal 142 232 261
Decimal 98 154 177
Hex 62 9A B1

RGB Percentages of Color #629ab1

%22.84
%35.90
%41.26

CMYK Percentages of Color #629ab1

%45
%13
%0
%31

Triadic Colors of #629ab1

#629ab1 #b1629a #9ab162

Analogous Colors of #629ab1

#629ab1 #6273b1 #62b1a1

Monochromatic Colors of #629ab1

#629ab1

Complementary Color

#629ab1 #b17962

#629ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ab1 Color CSS Codes

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

#629ab1 Text Font Color

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

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


#629ab1 Background Color

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

This div background color is #629ab1


#629ab1 Border Color

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

This div border color is #629ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ab1

#629ab1 Color Palettes


Comments

No comments written yet.

Please login to write comment.