Color Hex Logo

#669deb Color Hex

#669DEB
(102,157,235)
0 Favorites   0 Comments

Color spaces of #669deb

RGB 102157235
HSL0.600.770.66
HSV215°57°92°
CMYK 0.570.330.00   0.08
XYZ32.531932.936983.2401
Yxy32.93690.21880.2215
Hunter Lab57.39070.7490-45.8214
CIE-Lab64.10984.4513-44.7546

#669deb color RGB value is (102,157,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011101 11101011
Octal 146 235 353
Decimal 102 157 235
Hex 66 9D EB

RGB Percentages of Color #669deb

%20.65
%31.78
%47.57

CMYK Percentages of Color #669deb

%57
%33
%0
%8

Triadic Colors of #669deb

#669deb #eb669d #9deb66

Analogous Colors of #669deb

#669deb #7266eb #66e0eb

Monochromatic Colors of #669deb

#669deb

Complementary Color

#669deb #ebb466

#669deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#669deb Color CSS Codes

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

#669deb Text Font Color

<p style="color:#669deb">Text here</p>

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


#669deb Background Color

<div style="background-color:#669deb">
Div content here</div>

This div background color is #669deb


#669deb Border Color

<div style="border:3px solid #669deb">
Div here</div>

This div border color is #669deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669deb


Comments

No comments written yet.

Please login to write comment.