Color Hex Logo

#668fec Color Hex

#668FEC
(102,143,236)
0 Favorites   0 Comments

Color spaces of #668fec

RGB 102143236
HSL0.620.780.66
HSV222°57°93°
CMYK 0.570.390.00   0.07
XYZ30.442328.525883.2584
Yxy28.52580.21400.2006
Hunter Lab53.40958.2745-55.0386
CIE-Lab60.360812.9559-51.2317

#668fec color RGB value is (102,143,236).

#668fec hex color red value is 102, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #668fec hue: 0.62 , saturation: 0.78 and the lightness value of 668fec is 0.66.

The process color (four color CMYK) of #668fec color hex is 0.57, 0.39, 0.00, 0.07. Web safe color of #668fec is #6699ff. Color #668fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 11101100
Octal 146 217 354
Decimal 102 143 236
Hex 66 8F EC

RGB Percentages of Color #668fec

%21.21
%29.73
%49.06

CMYK Percentages of Color #668fec

%57
%39
%0
%7

Triadic Colors of #668fec

#668fec #ec668f #8fec66

Analogous Colors of #668fec

#668fec #8066ec #66d2ec

Monochromatic Colors of #668fec

#668fec

Complementary Color

#668fec #ecc366

#668fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#668fec Color CSS Codes

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

#668fec Text Font Color

<p style="color:#668fec">Text here</p>

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


#668fec Background Color

<div style="background-color:#668fec">
Div content here</div>

This div background color is #668fec


#668fec Border Color

<div style="border:3px solid #668fec">
Div here</div>

This div border color is #668fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,143,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668fec;
  -webkit-box-shadow: 1px 1px 3px 2px #668fec;
  box-shadow:         1px 1px 3px 2px #668fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,143,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 #668fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668fec


Comments

No comments written yet.

Please login to write comment.