Color Hex Logo

#629dba Color Hex

#629DBA
(98,157,186)
0 Favorites   0 Comments

Color spaces of #629dba

RGB 98157186
HSL0.550.390.56
HSV200°47°73°
CMYK 0.470.160.00   0.27
XYZ25.956930.255850.9262
Yxy30.25580.24230.2824
Hunter Lab55.0053-12.0254-16.3895
CIE-Lab61.8743-11.2696-20.9811

#629dba color RGB value is (98,157,186).

#629dba hex color red value is 98, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #629dba hue: 0.55 , saturation: 0.39 and the lightness value of 629dba is 0.56.

The process color (four color CMYK) of #629dba color hex is 0.47, 0.16, 0.00, 0.27. Web safe color of #629dba is #6699cc. Color #629dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011101 10111010
Octal 142 235 272
Decimal 98 157 186
Hex 62 9D BA

RGB Percentages of Color #629dba

%22.22
%35.60
%42.18

CMYK Percentages of Color #629dba

%47
%16
%0
%27

Triadic Colors of #629dba

#629dba #ba629d #9dba62

Analogous Colors of #629dba

#629dba #6271ba #62baab

Monochromatic Colors of #629dba

#629dba

Complementary Color

#629dba #ba7f62

#629dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#629dba Color CSS Codes

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

#629dba Text Font Color

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

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


#629dba Background Color

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

This div background color is #629dba


#629dba Border Color

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

This div border color is #629dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629dba


Comments

No comments written yet.

Please login to write comment.