Color Hex Logo

#629ffd Color Hex

#629FFD
(98,159,253)
0 Favorites   0 Comments

Color spaces of #629ffd

RGB 98159253
HSL0.600.970.69
HSV216°61°99°
CMYK 0.610.370.00   0.01
XYZ35.164834.484897.7314
Yxy34.48480.21010.2060
Hunter Lab58.72384.1223-57.5671
CIE-Lab65.34568.3165-52.6738

#629ffd color RGB value is (98,159,253).

#629ffd hex color red value is 98, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #629ffd hue: 0.60 , saturation: 0.97 and the lightness value of 629ffd is 0.69.

The process color (four color CMYK) of #629ffd color hex is 0.61, 0.37, 0.00, 0.01. Web safe color of #629ffd is #6699ff. Color #629ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11111101
Octal 142 237 375
Decimal 98 159 253
Hex 62 9F FD

RGB Percentages of Color #629ffd

%19.22
%31.18
%49.61

CMYK Percentages of Color #629ffd

%61
%37
%0
%1

Triadic Colors of #629ffd

#629ffd #fd629f #9ffd62

Analogous Colors of #629ffd

#629ffd #7362fd #62edfd

Monochromatic Colors of #629ffd

#629ffd

Complementary Color

#629ffd #fdc062

#629ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ffd Color CSS Codes

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

#629ffd Text Font Color

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

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


#629ffd Background Color

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

This div background color is #629ffd


#629ffd Border Color

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

This div border color is #629ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ffd


Comments

No comments written yet.

Please login to write comment.