Color Hex Logo

#668dde Color Hex

#668DDE
(102,141,222)
0 Favorites   0 Comments

Color spaces of #668dde

RGB 102141222
HSL0.610.650.64
HSV221°54°87°
CMYK 0.540.360.00   0.13
XYZ28.189227.148572.8617
Yxy27.14850.21990.2118
Hunter Lab52.10425.3889-46.4372
CIE-Lab59.11159.6837-45.4322

#668dde color RGB value is (102,141,222).

#668dde hex color red value is 102, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #668dde hue: 0.61 , saturation: 0.65 and the lightness value of 668dde is 0.64.

The process color (four color CMYK) of #668dde color hex is 0.54, 0.36, 0.00, 0.13. Web safe color of #668dde is #6699cc. Color #668dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11011110
Octal 146 215 336
Decimal 102 141 222
Hex 66 8D DE

RGB Percentages of Color #668dde

%21.94
%30.32
%47.74

CMYK Percentages of Color #668dde

%54
%36
%0
%13

Triadic Colors of #668dde

#668dde #de668d #8dde66

Analogous Colors of #668dde

#668dde #7b66de #66c9de

Monochromatic Colors of #668dde

#668dde

Complementary Color

#668dde #deb766

#668dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dde Color CSS Codes

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

#668dde Text Font Color

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

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


#668dde Background Color

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

This div background color is #668dde


#668dde Border Color

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

This div border color is #668dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dde


Comments

No comments written yet.

Please login to write comment.