Color Hex Logo

#629ddc Color Hex

#629DDC
(98,157,220)
0 Favorites   0 Comments

Color spaces of #629ddc

RGB 98157220
HSL0.590.640.62
HSV211°55°86°
CMYK 0.550.290.00   0.14
XYZ30.012231.877972.2814
Yxy31.87790.22370.2376
Hunter Lab56.4605-3.9223-36.3814
CIE-Lab63.2418-1.0811-37.8454

#629ddc color RGB value is (98,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011101 11011100
Octal 142 235 334
Decimal 98 157 220
Hex 62 9D DC

RGB Percentages of Color #629ddc

%20.63
%33.05
%46.32

CMYK Percentages of Color #629ddc

%55
%29
%0
%14

Triadic Colors of #629ddc

#629ddc #dc629d #9ddc62

Analogous Colors of #629ddc

#629ddc #6462dc #62dadc

Monochromatic Colors of #629ddc

#629ddc

Complementary Color

#629ddc #dca162

#629ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ddc Color CSS Codes

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

#629ddc Text Font Color

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

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


#629ddc Background Color

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

This div background color is #629ddc


#629ddc Border Color

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

This div border color is #629ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ddc


Comments

No comments written yet.

Please login to write comment.