Color Hex Logo

#668feb Color Hex

#668FEB
(102,143,235)
0 Favorites   0 Comments

Color spaces of #668feb

RGB 102143235
HSL0.620.770.66
HSV222°57°92°
CMYK 0.570.390.00   0.08
XYZ30.297328.467982.4953
Yxy28.46790.21450.2015
Hunter Lab53.35537.9877-54.3225
CIE-Lab60.309112.6347-50.7604

#668feb color RGB value is (102,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 11101011
Octal 146 217 353
Decimal 102 143 235
Hex 66 8F EB

RGB Percentages of Color #668feb

%21.25
%29.79
%48.96

CMYK Percentages of Color #668feb

%57
%39
%0
%8

Triadic Colors of #668feb

#668feb #eb668f #8feb66

Analogous Colors of #668feb

#668feb #8066eb #66d2eb

Monochromatic Colors of #668feb

#668feb

Complementary Color

#668feb #ebc266

#668feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668feb Color CSS Codes

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

#668feb Text Font Color

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

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


#668feb Background Color

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

This div background color is #668feb


#668feb Border Color

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

This div border color is #668feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668feb


Comments

No comments written yet.

Please login to write comment.