Color Hex Logo

#629cad Color Hex

#629CAD
(98,156,173)
0 Favorites   0 Comments

Color spaces of #629cad

RGB 98156173
HSL0.540.310.53
HSV194°43°68°
CMYK 0.430.100.00   0.32
XYZ24.468329.390743.9185
Yxy29.39070.25020.3006
Hunter Lab54.2132-14.3098-10.0820
CIE-Lab61.1249-14.3632-14.7981

#629cad color RGB value is (98,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011100 10101101
Octal 142 234 255
Decimal 98 156 173
Hex 62 9C AD

RGB Percentages of Color #629cad

%22.95
%36.53
%40.52

CMYK Percentages of Color #629cad

%43
%10
%0
%32

Triadic Colors of #629cad

#629cad #ad629c #9cad62

Analogous Colors of #629cad

#629cad #6277ad #62ad99

Monochromatic Colors of #629cad

#629cad

Complementary Color

#629cad #ad7362

#629cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#629cad Color CSS Codes

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

#629cad Text Font Color

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

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


#629cad Background Color

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

This div background color is #629cad


#629cad Border Color

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

This div border color is #629cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629cad


Comments

No comments written yet.

Please login to write comment.