Color Hex Logo

#629dcc Color Hex

#629DCC
(98,157,204)
0 Favorites   0 Comments

Color spaces of #629dcc

RGB 98157204
HSL0.570.510.59
HSV207°52°80°
CMYK 0.520.230.00   0.20
XYZ27.993131.070261.6485
Yxy31.07020.23190.2574
Hunter Lab55.7406-7.9030-26.5556
CIE-Lab62.5668-5.9849-29.9965

#629dcc color RGB value is (98,157,204).

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

The process color (four color CMYK) of #629dcc color hex is 0.52, 0.23, 0.00, 0.20. Web safe color of #629dcc is #6699cc. Color #629dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011101 11001100
Octal 142 235 314
Decimal 98 157 204
Hex 62 9D CC

RGB Percentages of Color #629dcc

%21.35
%34.20
%44.44

CMYK Percentages of Color #629dcc

%52
%23
%0
%20

Triadic Colors of #629dcc

#629dcc #cc629d #9dcc62

Analogous Colors of #629dcc

#629dcc #6268cc #62ccc6

Monochromatic Colors of #629dcc

#629dcc

Complementary Color

#629dcc #cc9162

#629dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629dcc Color CSS Codes

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

#629dcc Text Font Color

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

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


#629dcc Background Color

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

This div background color is #629dcc


#629dcc Border Color

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

This div border color is #629dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629dcc


Comments

No comments written yet.

Please login to write comment.