Color Hex Logo

#669edb Color Hex

#669EDB
(102,158,219)
0 Favorites   0 Comments

Color spaces of #669edb

RGB 102158219
HSL0.590.620.63
HSV211°53°86°
CMYK 0.530.280.00   0.14
XYZ30.492532.393071.6632
Yxy32.39300.22660.2408
Hunter Lab56.9148-3.9685-34.8134
CIE-Lab63.6664-1.1043-36.6146

#669edb color RGB value is (102,158,219).

#669edb hex color red value is 102, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #669edb hue: 0.59 , saturation: 0.62 and the lightness value of 669edb is 0.63.

The process color (four color CMYK) of #669edb color hex is 0.53, 0.28, 0.00, 0.14. Web safe color of #669edb is #6699cc. Color #669edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11011011
Octal 146 236 333
Decimal 102 158 219
Hex 66 9E DB

RGB Percentages of Color #669edb

%21.29
%32.99
%45.72

CMYK Percentages of Color #669edb

%53
%28
%0
%14

Triadic Colors of #669edb

#669edb #db669e #9edb66

Analogous Colors of #669edb

#669edb #6966db #66d9db

Monochromatic Colors of #669edb

#669edb

Complementary Color

#669edb #dba366

#669edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#669edb Color CSS Codes

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

#669edb Text Font Color

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

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


#669edb Background Color

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

This div background color is #669edb


#669edb Border Color

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

This div border color is #669edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669edb


Comments

No comments written yet.

Please login to write comment.