Color Hex Logo

#628cae Color Hex

#628CAE
(98,140,174)
0 Favorites   0 Comments

Color spaces of #628cae

RGB 98140174
HSL0.570.320.53
HSV207°44°68°
CMYK 0.440.200.00   0.32
XYZ22.055124.408843.5933
Yxy24.40880.24490.2710
Hunter Lab49.4053-6.7747-17.7315
CIE-Lab56.4948-5.2264-22.4155

#628cae color RGB value is (98,140,174).

#628cae hex color red value is 98, green value is 140 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #628cae hue: 0.57 , saturation: 0.32 and the lightness value of 628cae is 0.53.

The process color (four color CMYK) of #628cae color hex is 0.44, 0.20, 0.00, 0.32. Web safe color of #628cae is #669999. Color #628cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001100 10101110
Octal 142 214 256
Decimal 98 140 174
Hex 62 8C AE

RGB Percentages of Color #628cae

%23.79
%33.98
%42.23

CMYK Percentages of Color #628cae

%44
%20
%0
%32

Triadic Colors of #628cae

#628cae #ae628c #8cae62

Analogous Colors of #628cae

#628cae #6266ae #62aeaa

Monochromatic Colors of #628cae

#628cae

Complementary Color

#628cae #ae8462

#628cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#628cae Color CSS Codes

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

#628cae Text Font Color

<p style="color:#628cae">Text here</p>

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


#628cae Background Color

<div style="background-color:#628cae">
Div content here</div>

This div background color is #628cae


#628cae Border Color

<div style="border:3px solid #628cae">
Div here</div>

This div border color is #628cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,140,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #628cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #628cae;
  -webkit-box-shadow: 1px 1px 3px 2px #628cae;
  box-shadow:         1px 1px 3px 2px #628cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628cae


Comments

No comments written yet.

Please login to write comment.