Color Hex Logo

#629ebc Color Hex

#629EBC
(98,158,188)
0 Favorites   0 Comments

Color spaces of #629ebc

RGB 98158188
HSL0.560.400.56
HSV200°48°74°
CMYK 0.480.160.00   0.26
XYZ26.341030.681252.1107
Yxy30.68120.24140.2811
Hunter Lab55.3906-12.0479-17.0058
CIE-Lab62.2376-11.2432-21.5492

#629ebc color RGB value is (98,158,188).

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

The process color (four color CMYK) of #629ebc color hex is 0.48, 0.16, 0.00, 0.26. Web safe color of #629ebc is #6699cc. Color #629ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 10111100
Octal 142 236 274
Decimal 98 158 188
Hex 62 9E BC

RGB Percentages of Color #629ebc

%22.07
%35.59
%42.34

CMYK Percentages of Color #629ebc

%48
%16
%0
%26

Triadic Colors of #629ebc

#629ebc #bc629e #9ebc62

Analogous Colors of #629ebc

#629ebc #6271bc #62bcad

Monochromatic Colors of #629ebc

#629ebc

Complementary Color

#629ebc #bc8062

#629ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ebc Color CSS Codes

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

#629ebc Text Font Color

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

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


#629ebc Background Color

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

This div background color is #629ebc


#629ebc Border Color

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

This div border color is #629ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ebc


Comments

No comments written yet.

Please login to write comment.