Color Hex Logo

#629bec Color Hex

#629BEC
(98,155,236)
0 Favorites   0 Comments

Color spaces of #629bec

RGB 98155236
HSL0.600.780.65
HSV215°58°93°
CMYK 0.580.340.00   0.07
XYZ31.898732.095583.8707
Yxy32.09550.21570.2171
Hunter Lab56.65291.3628-48.1177
CIE-Lab63.42175.1330-46.4015

#629bec color RGB value is (98,155,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011011 11101100
Octal 142 233 354
Decimal 98 155 236
Hex 62 9B EC

RGB Percentages of Color #629bec

%20.04
%31.70
%48.26

CMYK Percentages of Color #629bec

%58
%34
%0
%7

Triadic Colors of #629bec

#629bec #ec629b #9bec62

Analogous Colors of #629bec

#629bec #6e62ec #62e0ec

Monochromatic Colors of #629bec

#629bec

Complementary Color

#629bec #ecb362

#629bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#629bec Color CSS Codes

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

#629bec Text Font Color

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

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


#629bec Background Color

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

This div background color is #629bec


#629bec Border Color

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

This div border color is #629bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629bec


Comments

No comments written yet.

Please login to write comment.