Color Hex Logo

#668dce Color Hex

#668DCE
(102,141,206)
0 Favorites   0 Comments

Color spaces of #668dce

RGB 102141206
HSL0.600.510.60
HSV218°50°81°
CMYK 0.500.320.00   0.19
XYZ26.144926.330862.0969
Yxy26.33080.22820.2298
Hunter Lab51.31351.1493-35.8301
CIE-Lab58.34974.7038-37.6676

#668dce color RGB value is (102,141,206).

#668dce hex color red value is 102, green value is 141 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #668dce hue: 0.60 , saturation: 0.51 and the lightness value of 668dce is 0.60.

The process color (four color CMYK) of #668dce color hex is 0.50, 0.32, 0.00, 0.19. Web safe color of #668dce is #6699cc. Color #668dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11001110
Octal 146 215 316
Decimal 102 141 206
Hex 66 8D CE

RGB Percentages of Color #668dce

%22.72
%31.40
%45.88

CMYK Percentages of Color #668dce

%50
%32
%0
%19

Triadic Colors of #668dce

#668dce #ce668d #8dce66

Analogous Colors of #668dce

#668dce #7366ce #66c1ce

Monochromatic Colors of #668dce

#668dce

Complementary Color

#668dce #cea766

#668dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dce Color CSS Codes

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

#668dce Text Font Color

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

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


#668dce Background Color

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

This div background color is #668dce


#668dce Border Color

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

This div border color is #668dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dce


Comments

No comments written yet.

Please login to write comment.