Color Hex Logo

#629fdc Color Hex

#629FDC
(98,159,220)
0 Favorites   0 Comments

Color spaces of #629fdc

RGB 98159220
HSL0.580.640.62
HSV210°55°86°
CMYK 0.550.280.00   0.14
XYZ30.353432.560372.3951
Yxy32.56030.22430.2406
Hunter Lab57.0616-4.9065-35.2791
CIE-Lab63.8033-2.2157-36.9688

#629fdc color RGB value is (98,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11011100
Octal 142 237 334
Decimal 98 159 220
Hex 62 9F DC

RGB Percentages of Color #629fdc

%20.55
%33.33
%46.12

CMYK Percentages of Color #629fdc

%55
%28
%0
%14

Triadic Colors of #629fdc

#629fdc #dc629f #9fdc62

Analogous Colors of #629fdc

#629fdc #6262dc #62dcdc

Monochromatic Colors of #629fdc

#629fdc

Complementary Color

#629fdc #dc9f62

#629fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fdc Color CSS Codes

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

#629fdc Text Font Color

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

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


#629fdc Background Color

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

This div background color is #629fdc


#629fdc Border Color

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

This div border color is #629fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,159,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 #629fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fdc

#629fdc Color Palettes


Comments

No comments written yet.

Please login to write comment.