Color Hex Logo

#629ceb Color Hex

#629CEB
(98,156,235)
0 Favorites   0 Comments

Color spaces of #629ceb

RGB 98156235
HSL0.600.770.65
HSV215°58°92°
CMYK 0.580.340.00   0.08
XYZ31.920932.371883.1632
Yxy32.37180.21650.2195
Hunter Lab56.89620.5768-46.8347
CIE-Lab63.64904.2340-45.4928

#629ceb color RGB value is (98,156,235).

#629ceb hex color red value is 98, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #629ceb hue: 0.60 , saturation: 0.77 and the lightness value of 629ceb is 0.65.

The process color (four color CMYK) of #629ceb color hex is 0.58, 0.34, 0.00, 0.08. Web safe color of #629ceb is #6699ff. Color #629ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011100 11101011
Octal 142 234 353
Decimal 98 156 235
Hex 62 9C EB

RGB Percentages of Color #629ceb

%20.04
%31.90
%48.06

CMYK Percentages of Color #629ceb

%58
%34
%0
%8

Triadic Colors of #629ceb

#629ceb #eb629c #9ceb62

Analogous Colors of #629ceb

#629ceb #6d62eb #62e1eb

Monochromatic Colors of #629ceb

#629ceb

Complementary Color

#629ceb #ebb162

#629ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ceb Color CSS Codes

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

#629ceb Text Font Color

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

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


#629ceb Background Color

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

This div background color is #629ceb


#629ceb Border Color

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

This div border color is #629ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ceb


Comments

No comments written yet.

Please login to write comment.