Color Hex Logo

#666feb Color Hex

#666FEB
(102,111,235)
0 Favorites   0 Comments

Color spaces of #666feb

RGB 102111235
HSL0.660.770.66
HSV236°57°92°
CMYK 0.570.530.00   0.08
XYZ26.159320.191881.1159
Yxy20.19180.20520.1584
Hunter Lab44.935325.2779-75.5739
CIE-Lab52.053431.9030-63.9725

#666feb color RGB value is (102,111,235).

#666feb hex color red value is 102, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #666feb hue: 0.66 , saturation: 0.77 and the lightness value of 666feb is 0.66.

The process color (four color CMYK) of #666feb color hex is 0.57, 0.53, 0.00, 0.08. Web safe color of #666feb is #6666ff. Color #666feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101111 11101011
Octal 146 157 353
Decimal 102 111 235
Hex 66 6F EB

RGB Percentages of Color #666feb

%22.77
%24.78
%52.46

CMYK Percentages of Color #666feb

%57
%53
%0
%8

Triadic Colors of #666feb

#666feb #eb666f #6feb66

Analogous Colors of #666feb

#666feb #a066eb #66b2eb

Monochromatic Colors of #666feb

#666feb

Complementary Color

#666feb #ebe266

#666feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666feb Color CSS Codes

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

#666feb Text Font Color

<p style="color:#666feb">Text here</p>

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


#666feb Background Color

<div style="background-color:#666feb">
Div content here</div>

This div background color is #666feb


#666feb Border Color

<div style="border:3px solid #666feb">
Div here</div>

This div border color is #666feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,111,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666feb;
  -webkit-box-shadow: 1px 1px 3px 2px #666feb;
  box-shadow:         1px 1px 3px 2px #666feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666feb


Comments

No comments written yet.

Please login to write comment.