Color Hex Logo

#668beb Color Hex

#668BEB
(102,139,235)
0 Favorites   0 Comments

Color spaces of #668beb

RGB 102139235
HSL0.620.770.66
HSV223°57°92°
CMYK 0.570.410.00   0.08
XYZ29.707527.288282.2987
Yxy27.28820.21330.1959
Hunter Lab52.238110.0952-56.8419
CIE-Lab59.240115.0115-52.4585

#668beb color RGB value is (102,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11101011
Octal 146 213 353
Decimal 102 139 235
Hex 66 8B EB

RGB Percentages of Color #668beb

%21.43
%29.20
%49.37

CMYK Percentages of Color #668beb

%57
%41
%0
%8

Triadic Colors of #668beb

#668beb #eb668b #8beb66

Analogous Colors of #668beb

#668beb #8466eb #66ceeb

Monochromatic Colors of #668beb

#668beb

Complementary Color

#668beb #ebc666

#668beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668beb Color CSS Codes

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

#668beb Text Font Color

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

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


#668beb Background Color

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

This div background color is #668beb


#668beb Border Color

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

This div border color is #668beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668beb


Comments

No comments written yet.

Please login to write comment.