Color Hex Logo

#668bfe Color Hex

#668BFE
(102,139,254)
0 Favorites   0 Comments

Color spaces of #668bfe

RGB 102139254
HSL0.630.990.70
HSV225°60°100°
CMYK 0.600.450.00   0.00
XYZ32.601528.445897.5382
Yxy28.44580.20560.1794
Hunter Lab53.334615.7750-71.0952
CIE-Lab60.289421.1679-61.2642

#668bfe color RGB value is (102,139,254).

#668bfe hex color red value is 102, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #668bfe hue: 0.63 , saturation: 0.99 and the lightness value of 668bfe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11111110
Octal 146 213 376
Decimal 102 139 254
Hex 66 8B FE

RGB Percentages of Color #668bfe

%20.61
%28.08
%51.31

CMYK Percentages of Color #668bfe

%60
%45
%0
%0

Triadic Colors of #668bfe

#668bfe #fe668b #8bfe66

Analogous Colors of #668bfe

#668bfe #8d66fe #66d7fe

Monochromatic Colors of #668bfe

#668bfe

Complementary Color

#668bfe #fed966

#668bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bfe Color CSS Codes

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

#668bfe Text Font Color

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

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


#668bfe Background Color

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

This div background color is #668bfe


#668bfe Border Color

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

This div border color is #668bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bfe


Comments

No comments written yet.

Please login to write comment.