Color Hex Logo

#629edd Color Hex

#629EDD
(98,158,221)
0 Favorites   0 Comments

Color spaces of #629edd

RGB 98158221
HSL0.590.640.63
HSV211°56°87°
CMYK 0.560.290.00   0.13
XYZ30.315032.270873.0377
Yxy32.27080.22350.2379
Hunter Lab56.8074-4.1572-36.4644
CIE-Lab63.5661-1.3374-37.8927

#629edd color RGB value is (98,158,221).

#629edd hex color red value is 98, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #629edd hue: 0.59 , saturation: 0.64 and the lightness value of 629edd is 0.63.

The process color (four color CMYK) of #629edd color hex is 0.56, 0.29, 0.00, 0.13. Web safe color of #629edd is #6699cc. Color #629edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 11011101
Octal 142 236 335
Decimal 98 158 221
Hex 62 9E DD

RGB Percentages of Color #629edd

%20.55
%33.12
%46.33

CMYK Percentages of Color #629edd

%56
%29
%0
%13

Triadic Colors of #629edd

#629edd #dd629e #9edd62

Analogous Colors of #629edd

#629edd #6462dd #62dcdd

Monochromatic Colors of #629edd

#629edd

Complementary Color

#629edd #dda162

#629edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#629edd Color CSS Codes

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

#629edd Text Font Color

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

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


#629edd Background Color

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

This div background color is #629edd


#629edd Border Color

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

This div border color is #629edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629edd


Comments

No comments written yet.

Please login to write comment.