Color Hex Logo

#629eec Color Hex

#629EEC
(98,158,236)
0 Favorites   0 Comments

Color spaces of #629eec

RGB 98158236
HSL0.590.780.65
HSV214°58°93°
CMYK 0.580.330.00   0.07
XYZ32.404233.106584.0392
Yxy33.10650.21670.2214
Hunter Lab57.5382-0.1649-46.3210
CIE-Lab64.24713.4014-45.1013

#629eec color RGB value is (98,158,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 11101100
Octal 142 236 354
Decimal 98 158 236
Hex 62 9E EC

RGB Percentages of Color #629eec

%19.92
%32.11
%47.97

CMYK Percentages of Color #629eec

%58
%33
%0
%7

Triadic Colors of #629eec

#629eec #ec629e #9eec62

Analogous Colors of #629eec

#629eec #6b62ec #62e3ec

Monochromatic Colors of #629eec

#629eec

Complementary Color

#629eec #ecb062

#629eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#629eec Color CSS Codes

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

#629eec Text Font Color

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

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


#629eec Background Color

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

This div background color is #629eec


#629eec Border Color

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

This div border color is #629eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629eec


Comments

No comments written yet.

Please login to write comment.