Color Hex Logo

#629fcc Color Hex

#629FCC
(98,159,204)
0 Favorites   0 Comments

Color spaces of #629fcc

RGB 98159204
HSL0.570.510.59
HSV205°52°80°
CMYK 0.520.220.00   0.20
XYZ28.334231.752661.7622
Yxy31.75260.23250.2606
Hunter Lab56.3494-8.8563-25.5406
CIE-Lab63.1379-7.1005-29.1137

#629fcc color RGB value is (98,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11001100
Octal 142 237 314
Decimal 98 159 204
Hex 62 9F CC

RGB Percentages of Color #629fcc

%21.26
%34.49
%44.25

CMYK Percentages of Color #629fcc

%52
%22
%0
%20

Triadic Colors of #629fcc

#629fcc #cc629f #9fcc62

Analogous Colors of #629fcc

#629fcc #626acc #62ccc4

Monochromatic Colors of #629fcc

#629fcc

Complementary Color

#629fcc #cc8f62

#629fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fcc Color CSS Codes

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

#629fcc Text Font Color

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

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


#629fcc Background Color

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

This div background color is #629fcc


#629fcc Border Color

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

This div border color is #629fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fcc


Comments

No comments written yet.

Please login to write comment.