Color Hex Logo

#629dda Color Hex

#629DDA
(98,157,218)
0 Favorites   0 Comments

Color spaces of #629dda

RGB 98157218
HSL0.580.620.62
HSV211°55°85°
CMYK 0.550.280.00   0.15
XYZ29.748931.772670.8945
Yxy31.77260.22470.2399
Hunter Lab56.3672-4.4357-35.1136
CIE-Lab63.1545-1.7032-36.8729

#629dda color RGB value is (98,157,218).

#629dda hex color red value is 98, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #629dda hue: 0.58 , saturation: 0.62 and the lightness value of 629dda is 0.62.

The process color (four color CMYK) of #629dda color hex is 0.55, 0.28, 0.00, 0.15. Web safe color of #629dda is #6699cc. Color #629dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011101 11011010
Octal 142 235 332
Decimal 98 157 218
Hex 62 9D DA

RGB Percentages of Color #629dda

%20.72
%33.19
%46.09

CMYK Percentages of Color #629dda

%55
%28
%0
%15

Triadic Colors of #629dda

#629dda #da629d #9dda62

Analogous Colors of #629dda

#629dda #6362da #62d9da

Monochromatic Colors of #629dda

#629dda

Complementary Color

#629dda #da9f62

#629dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#629dda Color CSS Codes

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

#629dda Text Font Color

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

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


#629dda Background Color

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

This div background color is #629dda


#629dda Border Color

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

This div border color is #629dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629dda


Comments

No comments written yet.

Please login to write comment.