Color Hex Logo

#629adc Color Hex

#629ADC
(98,154,220)
0 Favorites   0 Comments

Color spaces of #629adc

RGB 98154220
HSL0.590.640.62
HSV212°55°86°
CMYK 0.550.300.00   0.14
XYZ29.510930.875272.1143
Yxy30.87520.22270.2330
Hunter Lab55.5655-2.4379-38.0523
CIE-Lab62.40210.6320-39.1586

#629adc color RGB value is (98,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011010 11011100
Octal 142 232 334
Decimal 98 154 220
Hex 62 9A DC

RGB Percentages of Color #629adc

%20.76
%32.63
%46.61

CMYK Percentages of Color #629adc

%55
%30
%0
%14

Triadic Colors of #629adc

#629adc #dc629a #9adc62

Analogous Colors of #629adc

#629adc #6762dc #62d7dc

Monochromatic Colors of #629adc

#629adc

Complementary Color

#629adc #dca462

#629adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629adc Color CSS Codes

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

#629adc Text Font Color

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

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


#629adc Background Color

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

This div background color is #629adc


#629adc Border Color

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

This div border color is #629adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629adc


Comments

No comments written yet.

Please login to write comment.