Color Hex Logo

#629ecb Color Hex

#629ECB
(98,158,203)
0 Favorites   0 Comments

Color spaces of #629ecb

RGB 98158203
HSL0.570.500.59
HSV206°52°80°
CMYK 0.520.220.00   0.20
XYZ28.043431.362261.0754
Yxy31.36220.23280.2603
Hunter Lab56.0020-8.6182-25.4599
CIE-Lab62.8122-6.8433-29.0592

#629ecb color RGB value is (98,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 11001011
Octal 142 236 313
Decimal 98 158 203
Hex 62 9E CB

RGB Percentages of Color #629ecb

%21.35
%34.42
%44.23

CMYK Percentages of Color #629ecb

%52
%22
%0
%20

Triadic Colors of #629ecb

#629ecb #cb629e #9ecb62

Analogous Colors of #629ecb

#629ecb #626acb #62cbc4

Monochromatic Colors of #629ecb

#629ecb

Complementary Color

#629ecb #cb8f62

#629ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ecb Color CSS Codes

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

#629ecb Text Font Color

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

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


#629ecb Background Color

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

This div background color is #629ecb


#629ecb Border Color

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

This div border color is #629ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ecb


Comments

No comments written yet.

Please login to write comment.