Color Hex Logo

#629eab Color Hex

#629EAB
(98,158,171)
0 Favorites   0 Comments

Color spaces of #629eab

RGB 98158171
HSL0.530.300.53
HSV191°43°67°
CMYK 0.430.080.00   0.33
XYZ24.614529.990743.0195
Yxy29.99070.25210.3072
Hunter Lab54.7638-15.6067-8.2404
CIE-Lab61.6462-15.9779-12.8841

#629eab color RGB value is (98,158,171).

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

The process color (four color CMYK) of #629eab color hex is 0.43, 0.08, 0.00, 0.33. Web safe color of #629eab is #669999. Color #629eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 10101011
Octal 142 236 253
Decimal 98 158 171
Hex 62 9E AB

RGB Percentages of Color #629eab

%22.95
%37.00
%40.05

CMYK Percentages of Color #629eab

%43
%8
%0
%33

Triadic Colors of #629eab

#629eab #ab629e #9eab62

Analogous Colors of #629eab

#629eab #627aab #62ab94

Monochromatic Colors of #629eab

#629eab

Complementary Color

#629eab #ab6f62

#629eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#629eab Color CSS Codes

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

#629eab Text Font Color

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

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


#629eab Background Color

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

This div background color is #629eab


#629eab Border Color

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

This div border color is #629eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629eab


Comments

No comments written yet.

Please login to write comment.