Color Hex Logo

#629fbc Color Hex

#629FBC
(98,159,188)
0 Favorites   0 Comments

Color spaces of #629fbc

RGB 98159188
HSL0.550.400.56
HSV199°48°74°
CMYK 0.480.150.00   0.26
XYZ26.512231.023852.1678
Yxy31.02380.24170.2828
Hunter Lab55.6990-12.5090-16.5418
CIE-Lab62.5277-11.7891-21.1061

#629fbc color RGB value is (98,159,188).

#629fbc hex color red value is 98, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #629fbc hue: 0.55 , saturation: 0.40 and the lightness value of 629fbc is 0.56.

The process color (four color CMYK) of #629fbc color hex is 0.48, 0.15, 0.00, 0.26. Web safe color of #629fbc is #6699cc. Color #629fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 10111100
Octal 142 237 274
Decimal 98 159 188
Hex 62 9F BC

RGB Percentages of Color #629fbc

%22.02
%35.73
%42.25

CMYK Percentages of Color #629fbc

%48
%15
%0
%26

Triadic Colors of #629fbc

#629fbc #bc629f #9fbc62

Analogous Colors of #629fbc

#629fbc #6272bc #62bcac

Monochromatic Colors of #629fbc

#629fbc

Complementary Color

#629fbc #bc7f62

#629fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fbc Color CSS Codes

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

#629fbc Text Font Color

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

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


#629fbc Background Color

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

This div background color is #629fbc


#629fbc Border Color

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

This div border color is #629fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fbc


Comments

No comments written yet.

Please login to write comment.