Color Hex Logo

#668afa Color Hex

#668AFA
(102,138,250)
0 Favorites   0 Comments

Color spaces of #668afa

RGB 102138250
HSL0.630.940.69
HSV225°59°98°
CMYK 0.590.450.00   0.02
XYZ31.823327.903994.1512
Yxy27.90390.20680.1813
Hunter Lab52.824115.0930-68.6987
CIE-Lab59.801820.4621-59.8468

#668afa color RGB value is (102,138,250).

#668afa hex color red value is 102, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #668afa hue: 0.63 , saturation: 0.94 and the lightness value of 668afa is 0.69.

The process color (four color CMYK) of #668afa color hex is 0.59, 0.45, 0.00, 0.02. Web safe color of #668afa is #6699ff. Color #668afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001010 11111010
Octal 146 212 372
Decimal 102 138 250
Hex 66 8A FA

RGB Percentages of Color #668afa

%20.82
%28.16
%51.02

CMYK Percentages of Color #668afa

%59
%45
%0
%2

Triadic Colors of #668afa

#668afa #fa668a #8afa66

Analogous Colors of #668afa

#668afa #8c66fa #66d4fa

Monochromatic Colors of #668afa

#668afa

Complementary Color

#668afa #fad666

#668afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#668afa Color CSS Codes

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

#668afa Text Font Color

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

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


#668afa Background Color

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

This div background color is #668afa


#668afa Border Color

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

This div border color is #668afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,138,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668afa


Comments

No comments written yet.

Please login to write comment.