Color Hex Logo

#668dca Color Hex

#668DCA
(102,141,202)
0 Favorites   0 Comments

Color spaces of #668dca

RGB 102141202
HSL0.600.490.60
HSV217°50°79°
CMYK 0.500.300.00   0.21
XYZ25.665026.138859.5697
Yxy26.13880.23040.2347
Hunter Lab51.12610.1352-33.2936
CIE-Lab58.16863.4828-35.6987

#668dca color RGB value is (102,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11001010
Octal 146 215 312
Decimal 102 141 202
Hex 66 8D CA

RGB Percentages of Color #668dca

%22.92
%31.69
%45.39

CMYK Percentages of Color #668dca

%50
%30
%0
%21

Triadic Colors of #668dca

#668dca #ca668d #8dca66

Analogous Colors of #668dca

#668dca #7166ca #66bfca

Monochromatic Colors of #668dca

#668dca

Complementary Color

#668dca #caa366

#668dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dca Color CSS Codes

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

#668dca Text Font Color

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

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


#668dca Background Color

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

This div background color is #668dca


#668dca Border Color

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

This div border color is #668dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dca


Comments

No comments written yet.

Please login to write comment.