Color Hex Logo

#629ebd Color Hex

#629EBD
(98,158,189)
0 Favorites   0 Comments

Color spaces of #629ebd

RGB 98158189
HSL0.560.410.56
HSV200°48°74°
CMYK 0.480.160.00   0.26
XYZ26.449230.724552.6805
Yxy30.72450.24080.2797
Hunter Lab55.4297-11.8277-17.5486
CIE-Lab62.2744-10.9560-22.0539

#629ebd color RGB value is (98,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 10111101
Octal 142 236 275
Decimal 98 158 189
Hex 62 9E BD

RGB Percentages of Color #629ebd

%22.02
%35.51
%42.47

CMYK Percentages of Color #629ebd

%48
%16
%0
%26

Triadic Colors of #629ebd

#629ebd #bd629e #9ebd62

Analogous Colors of #629ebd

#629ebd #6271bd #62bdaf

Monochromatic Colors of #629ebd

#629ebd

Complementary Color

#629ebd #bd8162

#629ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ebd Color CSS Codes

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

#629ebd Text Font Color

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

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


#629ebd Background Color

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

This div background color is #629ebd


#629ebd Border Color

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

This div border color is #629ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ebd


Comments

No comments written yet.

Please login to write comment.