Color Hex Logo

#629caf Color Hex

#629CAF
(98,156,175)
0 Favorites   0 Comments

Color spaces of #629caf

RGB 98156175
HSL0.540.320.54
HSV195°44°69°
CMYK 0.440.110.00   0.31
XYZ24.663329.468744.9456
Yxy29.46870.24890.2974
Hunter Lab54.2851-13.9011-11.0899
CIE-Lab61.1931-13.8143-15.8237

#629caf color RGB value is (98,156,175).

#629caf hex color red value is 98, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #629caf hue: 0.54 , saturation: 0.32 and the lightness value of 629caf is 0.54.

The process color (four color CMYK) of #629caf color hex is 0.44, 0.11, 0.00, 0.31. Web safe color of #629caf is #669999. Color #629caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011100 10101111
Octal 142 234 257
Decimal 98 156 175
Hex 62 9C AF

RGB Percentages of Color #629caf

%22.84
%36.36
%40.79

CMYK Percentages of Color #629caf

%44
%11
%0
%31

Triadic Colors of #629caf

#629caf #af629c #9caf62

Analogous Colors of #629caf

#629caf #6276af #62af9c

Monochromatic Colors of #629caf

#629caf

Complementary Color

#629caf #af7562

#629caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#629caf Color CSS Codes

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

#629caf Text Font Color

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

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


#629caf Background Color

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

This div background color is #629caf


#629caf Border Color

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

This div border color is #629caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629caf


Comments

No comments written yet.

Please login to write comment.