Color Hex Logo

#629ebf Color Hex

#629EBF
(98,158,191)
0 Favorites   0 Comments

Color spaces of #629ebf

RGB 98158191
HSL0.560.420.57
HSV201°49°75°
CMYK 0.490.170.00   0.25
XYZ26.667830.812053.8320
Yxy30.81200.23960.2768
Hunter Lab55.5086-11.3838-18.6432
CIE-Lab62.3486-10.3792-23.0617

#629ebf color RGB value is (98,158,191).

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

The process color (four color CMYK) of #629ebf color hex is 0.49, 0.17, 0.00, 0.25. Web safe color of #629ebf is #6699cc. Color #629ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 10111111
Octal 142 236 277
Decimal 98 158 191
Hex 62 9E BF

RGB Percentages of Color #629ebf

%21.92
%35.35
%42.73

CMYK Percentages of Color #629ebf

%49
%17
%0
%25

Triadic Colors of #629ebf

#629ebf #bf629e #9ebf62

Analogous Colors of #629ebf

#629ebf #6270bf #62bfb2

Monochromatic Colors of #629ebf

#629ebf

Complementary Color

#629ebf #bf8362

#629ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ebf Color CSS Codes

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

#629ebf Text Font Color

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

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


#629ebf Background Color

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

This div background color is #629ebf


#629ebf Border Color

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

This div border color is #629ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ebf


Comments

No comments written yet.

Please login to write comment.