Color Hex Logo

#629fee Color Hex

#629FEE
(98,159,238)
0 Favorites   0 Comments

Color spaces of #629fee

RGB 98159238
HSL0.590.800.66
HSV214°59°93°
CMYK 0.590.330.00   0.07
XYZ32.867833.566085.6355
Yxy33.56600.21610.2207
Hunter Lab57.9362-0.1234-47.0813
CIE-Lab64.61663.4664-45.6184

#629fee color RGB value is (98,159,238).

#629fee hex color red value is 98, green value is 159 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #629fee hue: 0.59 , saturation: 0.80 and the lightness value of 629fee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11101110
Octal 142 237 356
Decimal 98 159 238
Hex 62 9F EE

RGB Percentages of Color #629fee

%19.80
%32.12
%48.08

CMYK Percentages of Color #629fee

%59
%33
%0
%7

Triadic Colors of #629fee

#629fee #ee629f #9fee62

Analogous Colors of #629fee

#629fee #6b62ee #62e5ee

Monochromatic Colors of #629fee

#629fee

Complementary Color

#629fee #eeb162

#629fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fee Color CSS Codes

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

#629fee Text Font Color

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

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


#629fee Background Color

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

This div background color is #629fee


#629fee Border Color

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

This div border color is #629fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fee


Comments

No comments written yet.

Please login to write comment.