Color Hex Logo

#629ead Color Hex

#629EAD
(98,158,173)
0 Favorites   0 Comments

Color spaces of #629ead

RGB 98158173
HSL0.530.310.53
HSV192°43°68°
CMYK 0.430.090.00   0.32
XYZ24.806730.067544.0313
Yxy30.06750.25080.3040
Hunter Lab54.8338-15.2062-9.2259
CIE-Lab61.7124-15.4359-13.9116

#629ead color RGB value is (98,158,173).

#629ead hex color red value is 98, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #629ead hue: 0.53 , saturation: 0.31 and the lightness value of 629ead is 0.53.

The process color (four color CMYK) of #629ead color hex is 0.43, 0.09, 0.00, 0.32. Web safe color of #629ead is #669999. Color #629ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 10101101
Octal 142 236 255
Decimal 98 158 173
Hex 62 9E AD

RGB Percentages of Color #629ead

%22.84
%36.83
%40.33

CMYK Percentages of Color #629ead

%43
%9
%0
%32

Triadic Colors of #629ead

#629ead #ad629e #9ead62

Analogous Colors of #629ead

#629ead #6279ad #62ad97

Monochromatic Colors of #629ead

#629ead

Complementary Color

#629ead #ad7162

#629ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ead Color CSS Codes

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

#629ead Text Font Color

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

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


#629ead Background Color

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

This div background color is #629ead


#629ead Border Color

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

This div border color is #629ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ead


Comments

No comments written yet.

Please login to write comment.