Color Hex Logo

#629fcb Color Hex

#629FCB
(98,159,203)
0 Favorites   0 Comments

Color spaces of #629fcb

RGB 98159203
HSL0.570.500.59
HSV205°52°80°
CMYK 0.520.220.00   0.20
XYZ28.214631.704761.1325
Yxy31.70470.23310.2619
Hunter Lab56.3069-9.0933-24.9564
CIE-Lab63.0981-7.3995-28.6177

#629fcb color RGB value is (98,159,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11001011
Octal 142 237 313
Decimal 98 159 203
Hex 62 9F CB

RGB Percentages of Color #629fcb

%21.30
%34.57
%44.13

CMYK Percentages of Color #629fcb

%52
%22
%0
%20

Triadic Colors of #629fcb

#629fcb #cb629f #9fcb62

Analogous Colors of #629fcb

#629fcb #626bcb #62cbc3

Monochromatic Colors of #629fcb

#629fcb

Complementary Color

#629fcb #cb8e62

#629fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fcb Color CSS Codes

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

#629fcb Text Font Color

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

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


#629fcb Background Color

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

This div background color is #629fcb


#629fcb Border Color

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

This div border color is #629fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fcb


Comments

No comments written yet.

Please login to write comment.