Color Hex Logo

#629dfc Color Hex

#629DFC
(98,157,252)
0 Favorites   0 Comments

Color spaces of #629dfc

RGB 98157252
HSL0.600.960.69
HSV217°61°99°
CMYK 0.610.380.00   0.01
XYZ34.664733.738996.7807
Yxy33.73890.20990.2043
Hunter Lab58.08524.8780-58.1285
CIE-Lab64.75489.1532-53.0648

#629dfc color RGB value is (98,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011101 11111100
Octal 142 235 374
Decimal 98 157 252
Hex 62 9D FC

RGB Percentages of Color #629dfc

%19.33
%30.97
%49.70

CMYK Percentages of Color #629dfc

%61
%38
%0
%1

Triadic Colors of #629dfc

#629dfc #fc629d #9dfc62

Analogous Colors of #629dfc

#629dfc #7462fc #62eafc

Monochromatic Colors of #629dfc

#629dfc

Complementary Color

#629dfc #fcc162

#629dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#629dfc Color CSS Codes

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

#629dfc Text Font Color

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

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


#629dfc Background Color

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

This div background color is #629dfc


#629dfc Border Color

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

This div border color is #629dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629dfc


Comments

No comments written yet.

Please login to write comment.