Color Hex Logo

#629efd Color Hex

#629EFD
(98,158,253)
0 Favorites   0 Comments

Color spaces of #629efd

RGB 98158253
HSL0.600.970.69
HSV217°61°99°
CMYK 0.610.380.00   0.01
XYZ34.993534.142297.6743
Yxy34.14220.20980.2047
Hunter Lab58.43134.6457-58.2077
CIE-Lab65.07538.8977-53.1022

#629efd color RGB value is (98,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 11111101
Octal 142 236 375
Decimal 98 158 253
Hex 62 9E FD

RGB Percentages of Color #629efd

%19.25
%31.04
%49.71

CMYK Percentages of Color #629efd

%61
%38
%0
%1

Triadic Colors of #629efd

#629efd #fd629e #9efd62

Analogous Colors of #629efd

#629efd #7462fd #62ecfd

Monochromatic Colors of #629efd

#629efd

Complementary Color

#629efd #fdc162

#629efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#629efd Color CSS Codes

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

#629efd Text Font Color

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

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


#629efd Background Color

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

This div background color is #629efd


#629efd Border Color

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

This div border color is #629efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,158,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 #629efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629efd

Related Colors


Comments

No comments written yet.

Please login to write comment.