Color Hex Logo

#618eec Color Hex

#618EEC
(97,142,236)
0 Favorites   0 Comments

Color spaces of #618eec

RGB 97142236
HSL0.610.790.65
HSV221°59°93°
CMYK 0.590.400.00   0.07
XYZ29.743127.943583.1829
Yxy27.94350.21110.1984
Hunter Lab52.86167.9269-56.2955
CIE-Lab59.837712.5715-52.0784

#618eec color RGB value is (97,142,236).

#618eec hex color red value is 97, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #618eec hue: 0.61 , saturation: 0.79 and the lightness value of 618eec is 0.65.

The process color (four color CMYK) of #618eec color hex is 0.59, 0.40, 0.00, 0.07. Web safe color of #618eec is #6699ff. Color #618eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001110 11101100
Octal 141 216 354
Decimal 97 142 236
Hex 61 8E EC

RGB Percentages of Color #618eec

%20.42
%29.89
%49.68

CMYK Percentages of Color #618eec

%59
%40
%0
%7

Triadic Colors of #618eec

#618eec #ec618e #8eec61

Analogous Colors of #618eec

#618eec #7a61ec #61d4ec

Monochromatic Colors of #618eec

#618eec

Complementary Color

#618eec #ecbf61

#618eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#618eec Color CSS Codes

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

#618eec Text Font Color

<p style="color:#618eec">Text here</p>

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


#618eec Background Color

<div style="background-color:#618eec">
Div content here</div>

This div background color is #618eec


#618eec Border Color

<div style="border:3px solid #618eec">
Div here</div>

This div border color is #618eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618eec;
  -webkit-box-shadow: 1px 1px 3px 2px #618eec;
  box-shadow:         1px 1px 3px 2px #618eec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,142,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618eec


Comments

No comments written yet.

Please login to write comment.